nrk / redis-lua

A Lua client library for the redis key value storage system.
MIT License
731 stars 239 forks source link

attempt to index a boolean value #48

Open tangbo1983219 opened 8 years ago

tangbo1983219 commented 8 years ago

Exception in thread "main" com.naef.jnlua.LuaRuntimeException: D:\workspaces\luaWrokspace\test\src\redis.lua:793: attempt to index a boolean value at com.naef.jnlua.LuaState.lua_pcall(Native Method) at com.naef.jnlua.LuaState.call(LuaState.java:555) at org.eclipse.ldt.support.lua51.internal.interpreter.JNLua51Launcher.run(JNLua51Launcher.java:128) at org.eclipse.ldt.support.lua51.internal.interpreter.JNLua51DebugLauncher.main(JNLua51DebugLauncher.java:24)