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
That's cool, contributions are definitely welcome. I haven't been maintaining this and any of my previous python code, but would be happy to review and eventually take patches. @IlyaSkriblovsky has been more actively.
As far as the script capabilities of redis, yes, aware of them... implemented this in my go-redis driver a while back.
I made this object for my own use that mimics the one from the redis-py driver: https://bitbucket.org/wanderua/wanderu.bamboo/raw/74aeda47a1764284d137fec437d73eb8047d5b98/wanderu/bamboo/txscript.py
That's from an open-source project that I am making for using Redis as a queuing mechanism with reliability. I would gladly contribute it or some version of it to the core library if you think that would be useful.
The redis driver has a Script class that is pretty useful: https://github.com/andymccurdy/redis-py/blob/master/redis/client.py#L2676
The text was updated successfully, but these errors were encountered: