mirror of
https://github.com/fluencelabs/redis
synced 2025-06-21 04:51:32 +00:00
SCRIPT command for introspection and control of the scripting environment.
This commit is contained in:
@ -1128,6 +1128,7 @@ void objectCommand(redisClient *c);
|
||||
void clientCommand(redisClient *c);
|
||||
void evalCommand(redisClient *c);
|
||||
void evalShaCommand(redisClient *c);
|
||||
void scriptCommand(redisClient *c);
|
||||
|
||||
#if defined(__GNUC__)
|
||||
void *calloc(size_t count, size_t size) __attribute__ ((deprecated));
|
||||
|
Reference in New Issue
Block a user