You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am currently trying to implement this.
When sending keyspace notifications, a database ID should be provided. However, since Garnet only supports one database at the moment, would it be okay if I hardcode the value 0 for the DB ID?
I looked into how the SELECT command is implemented, hoping to find a variable that might be used in the future if multiple databases are supported, but couldnt find one.
Feature request type
enhancement
Is your feature request related to a problem? Please describe
Keyspace notifications allow clients to subscribe to Pub/Sub channels in order to receive events affecting the Garnet data set in some way.
Describe the solution you'd like
We already have PubSub support, but it is only for user defined channels.
It will be nice to support keyspace notification as described here.
Describe alternatives you've considered
N/A
Additional context
No response
The text was updated successfully, but these errors were encountered: