You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the implementation of many of these methods would be fairly straightforward. I was able to easily extend RedisClient and add them myself, but the issue is using those methods with RedisClientPool which is not so simple. Adding these methods would make them available when using a pool.
I will gladly open a PR if there is no reason not to add these commands. Thank you!
The text was updated successfully, but these errors were encountered:
Here is a PR to add the missing sorted set commands, #273
zizzle6717
changed the title
Missing various methods such as ZPOPMIN, ZPOPMAX, and many more
Update: Missing stream commands XINFO, XADD, XTRIM, XDEL, XRANGE, XREVRANGE, XLEN, XREAD, XGROUP, XREADGROUP. XACK, XCLAIM, XAUTOCLAIM, XPENDING
Sep 1, 2021
I think the implementation of many of these methods would be fairly straightforward. I was able to easily extend RedisClient and add them myself, but the issue is using those methods with RedisClientPool which is not so simple. Adding these methods would make them available when using a pool.
I will gladly open a PR if there is no reason not to add these commands. Thank you!
The text was updated successfully, but these errors were encountered: