sewenew / redis-plus-plus

Redis client written in C++
Apache License 2.0
1.6k stars 347 forks source link

[QUESTION] Support for Valkey #594

Closed mlanzuisi closed 1 week ago

mlanzuisi commented 1 week ago

Does redis-plus-plus support open-source Redis fork named Valkey?

sewenew commented 1 week ago

Since Valley is compatible with Redis, they use the same protocol. So, yes, redis-plus-plus support Valkey.

Regards

sewenew commented 1 week ago

I'll close this issue. If you have any specific problem on connecting Valkey with redis-plus-plus, feel free to create issues.