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
{{ message }}
This repository was archived by the owner on Aug 17, 2023. It is now read-only.
I'll find the time to write a test or two hopefully - assuming this is on the right track! Didn't make a PR because, since these commands might change and don't exist in any released version of Redis, didn't seem appropriate! The new commands are discussed here: http://antirez.com/news/114
Hello!
I've added support for
xreadandxadd(generated the stub forxrangeandxlenbut haven't gotten to testing that yet) in a branch here: https://github.com/erulabs/thunk-redis/tree/erulabs/add-redis-stream-functions (diff: here)I'll find the time to write a test or two hopefully - assuming this is on the right track! Didn't make a PR because, since these commands might change and don't exist in any released version of Redis, didn't seem appropriate! The new commands are discussed here: http://antirez.com/news/114
Thanks for your effort, love the driver!