redis-rb / redis-client

Simple low level client for Redis 6+
MIT License
125 stars 60 forks source link

Test against Redis 7.0 #32

Closed casperisfine closed 2 years ago

casperisfine commented 2 years ago

It's not particularly useful since redis-client blindly serialize / deserialize and make almost 0 assumptions about the shape of commands etc.

But might as well as sometimes things like error messages can change etc.