mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 13:31:32 +00:00
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:
@ -657,6 +657,7 @@ struct redisServer {
|
||||
clusterState cluster;
|
||||
/* Scripting */
|
||||
lua_State *lua;
|
||||
redisClient *lua_client;
|
||||
};
|
||||
|
||||
typedef struct pubsubPattern {
|
||||
|
Reference in New Issue
Block a user