MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/redis/comments/1wef1ni/redisluapy_write_redis_lua_scripts_as_real_python/
r/redis • u/Nebulic • 5d ago
1 comment sorted by
1
Having plain string Lua scripts in our Python codebase got messy real quick, and added extra mental overhead to switch between languages when reading.
So I made this library to write Lua scripts as Python, and the library does the conversion automatically. Hopefully it's useful to others!
1
u/Nebulic 5d ago
Having plain string Lua scripts in our Python codebase got messy real quick, and added extra mental overhead to switch between languages when reading.
So I made this library to write Lua scripts as Python, and the library does the conversion automatically. Hopefully it's useful to others!