We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing config_set and config_get. This is needed in case I need to set pub-sub channel notifications, see https://redis.io/docs/latest/develop/use/keyspace-notifications/
config_set
config_get
config set notify-keyspace-events KEA
This could also be possible to do if library would have an ability to execute Redis commands directly. Something like
| ${command_result} | Execute | ${redis_conn} | Some Redis command ${command_result} Execute ${redis_conn} CONFIG SET notify-keyspace-events KEA
Perhaps I'm missing it. Is there anything similar already in this library?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Missing
config_set
andconfig_get
. This is needed in case I need to set pub-sub channel notifications, see https://redis.io/docs/latest/develop/use/keyspace-notifications/This could also be possible to do if library would have an ability to execute Redis commands directly. Something like
Perhaps I'm missing it. Is there anything similar already in this library?
The text was updated successfully, but these errors were encountered: