redis-rb icon indicating copy to clipboard operation
redis-rb copied to clipboard

Adding support for Redis 7.0 commands

Open SoulPancake opened this issue 2 years ago • 5 comments

Support for LMPOP, ZMPOP and other Redis 7.0 commands. We can create a new tracker for those here if that's cool

SoulPancake avatar Mar 20 '23 18:03 SoulPancake

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

mkdynamic avatar Mar 23 '23 07:03 mkdynamic

I plan on adding some of these one by one.. Here's a start: https://github.com/redis/redis-rb/pull/1189

JerrodCarpenter avatar May 01 '23 01:05 JerrodCarpenter

any plans to add expiry commands related to hashes like for example HPEXPIRE that come with 7.4?

Goltergaul avatar Dec 12 '24 16:12 Goltergaul

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.

byroot avatar Dec 12 '24 16:12 byroot

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.

Combos93 avatar Apr 15 '25 03:04 Combos93