Skip to content

Allow to set an expiration on hash field #1042

@subnetmarco

Description

@subnetmarco

Right now the EXPIRE command only allows to set an expiration time on a key. It would be cool to have the possibility to set it on a field of an hash object. For example:

HSET key field "Hello"
EXPIRE key field 10

In the example above the EXPIRE command sets an expiration time of 10 seconds to the field hash field, and not to the key object.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions