The problem/use-case that the feature addresses

I use hash to lock, the current popular lock is set instead of hset, because set can time out, but hset cannot. This is disappointing. Isn't it a better operation for hset to manage a group of locks with a key? It also looks neater when handled.

Description of the feature

Each key that hash supports it has its own independent expiration time

Alternatives you've considered

I currently use traversal to delete some deadlocks

Additional information

No

Comment From: oranagra

this is a dup of #167, #1042 and probably others. currently not being added due to the complexity and overheads it would add. you're welcome to vote and watch these issues, maybe someday it'll change, although not likely anytime soon.