SCRIPT command for introspection and control of the scripting environment.

This commit is contained in:
antirez
2011-10-24 22:47:00 +02:00
parent ca1f766a55
commit 070e39454d
3 changed files with 51 additions and 4 deletions

View File

@ -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));