redis.hset(hash_name, field, value) redis.hpexpire(hash_name, field, 1000) assert redis.hpersist(hash_name, field) == [1]
Remove the expiration from one or more hash fields.
-2
-1
1
Was this page helpful?