wilkenstein / redis-mock-java

An in-memory implementation of redis in Java
MIT License
33 stars 12 forks source link

Is there plan to support Lua Script? #1

Open calvin1978 opened 9 years ago

calvin1978 commented 9 years ago

the most difficult task in all mock redis implements are lua support....

wilkenstein commented 9 years ago

Yes, there is! All the redis-mock-* projects will eventually support lua scripting. Probably in a couple of months.

wilkenstein commented 9 years ago

b1183645803153469e2a177872cb35e559e0eba1 Added a LuaScripter that can execute Lua scripts. Now the question is how to replicate redis.call and redis.pcall.... It's interesting, I may work on this earlier than a couple of months!

TheHydGuy commented 7 years ago

Do the library support lua scripts?