microsoft / garnet

Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.
https://microsoft.github.io/garnet/
MIT License
10.42k stars 528 forks source link

Key sets whether to subscribe to an event after the time expires #609

Open chunjieyaya opened 3 months ago

chunjieyaya commented 3 months ago

Feature request type

sample request

Is your feature request related to a problem? Please describe

Key sets whether to subscribe to an event after the time expires

Describe the solution you'd like

Key sets whether to subscribe to an event after the time expires

Describe alternatives you've considered

No response

Additional context

No response

badrishc commented 3 months ago

Can you provide more details on this with an example, it is unclear from the given description.

Vijay-Nirmal commented 1 month ago

@chunjieyaya Is this request to add support for keyspace notifications/events?

chunjieyaya commented 1 month ago

Can you provide more details on this with an example, it is unclear from the given description.

Key expiration callback? Something like this: CONFIG set notify-keyspace-events Kx

vbondaryuk commented 2 weeks ago

@badrishc, it is unclear right now. Are keyspace notifications/events currently supported or not?

chunjieyaya commented 2 weeks ago

The function of expired subscription time?