提交 00b7541b 编写于 作者: A antirez

function to access to Redis command from Lua renamed from r() to redis()

上级 7b722727
......@@ -61,7 +61,7 @@ void scriptingInit(void) {
/* Register the 'r' command */
lua_pushcfunction(lua,luaRedisCommand);
lua_setglobal(lua,"r");
lua_setglobal(lua,"redis");
/* Create the (non connected) client that we use to execute Redis commands
* inside the Lua interpreter */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册