-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Help: How to set key value pair? #39
Comments
From what I'm seeing from this request you'd like to have a client library for valkey in Rust. This is a library that helps you write a module, i.e. expanding valkey functionality. Or am I getting it wrong and you want to get/set the key-value pair from the module? |
@mkmkme Thanks |
AFAIK there's no Rust client for Valkey at the moment. However, you could try to use redis-rs with valkey. IIRC currently there are no features exclusive to valkey so it might just work. |
Thanks |
@krishnaTORQUE glad to help! Please let me know if it doesn't work for you |
Sure, I will test & let you know. |
@dmitrypol I think this one can be safely closed |
Help: How to set key value pair?
Is there any simple API where I can store or get key value?
E.g.
valkey_module.set("Key", "Value")
valkey_module.get("Key")
Thanks
The text was updated successfully, but these errors were encountered: