sewenew / redis-plus-plus

Redis client written in C++
Apache License 2.0
1.64k stars 351 forks source link

[QUESTION] Support for Valkey #594

Closed mlanzuisi closed 1 month ago

mlanzuisi commented 2 months ago

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

sewenew commented 1 month ago

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

Regards

sewenew commented 1 month ago

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