-
Notifications
You must be signed in to change notification settings - Fork 27
Redis Scripting #12
Comments
That actually is the plan! We want to have that done by December for when scripting lands in a stable Redis release. Work on Lua scripting has started in the scripting branch. |
Just to be clear, we already have atomic consistency, but there's a lot of work we had to do in Node.js to get that to work right, so it'll be nice to get rid of all of that extra code. Feel free to contribute to our Lua scripting efforts. |
I've added lua scripts for the rest of the job contract on my python branch if you want to copy them across to here: |
Create, Config and Delete scripts added here: https://github.com/sjhewitt/thoonk.py/tree/scripting/scripts |
This is soooo awesome! Thank you so much for your contributions! I aim to spend some time going over it and working more on the lua scripting stuff over the Thanksgiving Holiday. |
Would it not be a good idea for thoonk to provide Lua scripts which implement each action for the Redis scripting support? This way a given language implementation is simply calling redis with exec commands, which can be made consistent across differing client implementations. This would have 2 advantages:
Or am I barking up the wrong tree?
The text was updated successfully, but these errors were encountered: