Skip to content

Commit

Permalink
disable expire in redis_hash
Browse files Browse the repository at this point in the history
  • Loading branch information
yunitto committed Sep 30, 2018
1 parent ea63950 commit 9910333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ring/func/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ def redis_py_hash(
.. _Redis HASH commands: https://redis.io/commands#hash
.. _redis-py: https://pypi.org/project/redis/
"""
expire = None
return fbase.factory(
(client, hash_key), key_prefix=key_prefix, on_manufactured=None,
user_interface=user_interface, storage_class=storage_class,
Expand Down

0 comments on commit 9910333

Please sign in to comment.