redis-rb
redis-rb copied to clipboard
Adding support for Redis 7.0 commands
Support for LMPOP, ZMPOP and other Redis 7.0 commands. We can create a new tracker for those here if that's cool
Would also be interested in the sharded pub/sub commands in Redis 7.0, SSUBSCRIBE, SPUBLISH and SUBSCRIBE: https://redis.io/docs/manual/pubsub/#sharded-pubsub
I plan on adding some of these one by one.. Here's a start: https://github.com/redis/redis-rb/pull/1189
any plans to add expiry commands related to hashes like for example HPEXPIRE that come with 7.4?
As you can see in all linked PRs, commands are added whenever someone who needs it makes a PR for it.
Adding support for a command is pretty trivial so you should try your hand at it.
Hello, guys. Yesterday i started to implement HEXPIRE, HTTL, HPTTL commands. If you don't mind...
In the progress...
UPD: HPEXPIRE, right? 👀 Okay, I'll work on it too.