tonivade / claudb

ClauDB is a REDIS implementation in Java
MIT License
173 stars 32 forks source link

org.luaj.vm2.LuaError: script:1 vm error: java.lang.NullPointerException #36

Closed chenjianboKeyboard closed 4 years ago

chenjianboKeyboard commented 4 years ago

hi, when I test jedis.eval("if redis.call('get',KEYS[1]) == ARGV[1] then return redis.call('del',KEYS[1]) else return 0 end", Collections.singletonList("key"), Collections.singletonList("value"))

an error got...

org.luaj.vm2.LuaError: script:1 vm error: java.lang.NullPointerException

chenjianboKeyboard commented 4 years ago

version 1.6.0

tonivade commented 4 years ago

I'm working on it

tonivade commented 4 years ago

Hi, can you try the latest snapshot with the fix?

Thanks!