Lua call of Redis command work in progress: sorry I have to go to the cinema to watch the Source Code movie

This commit is contained in:
antirez
2011-04-30 22:29:21 +02:00
parent 7585836e6e
commit 0f1d64ca57
3 changed files with 73 additions and 8 deletions

View File

@ -657,6 +657,7 @@ struct redisServer {
clusterState cluster;
/* Scripting */
lua_State *lua;
redisClient *lua_client;
};
typedef struct pubsubPattern {