profiling information in INFO

This commit is contained in:
antirez
2011-01-23 11:46:34 +01:00
parent 89a1433e69
commit d9cb288c9e
2 changed files with 141 additions and 121 deletions

View File

@ -517,6 +517,7 @@ struct redisCommand {
int vm_firstkey; /* The first argument that's a key (0 = no keys) */
int vm_lastkey; /* THe last argument that's a key */
int vm_keystep; /* The step between first and last key */
long long microseconds;
};
struct redisFunctionSym {