]> git.saurik.com Git - redis.git/blobdiff - src/redis.c
First implementation of the ASKING command. Semantics still to verify.
[redis.git] / src / redis.c
index dd693f6c37e1ca759e3610fc34abf58bfb2964e9..6f52ada2de8387f7050447bec793bcfac4530f2c 100644 (file)
@@ -209,6 +209,7 @@ struct redisCommand redisCommandTable[] = {
     {"cluster",clusterCommand,-2,"ar",0,NULL,0,0,0,0,0},
     {"restore",restoreCommand,4,"awm",0,NULL,1,1,1,0,0},
     {"migrate",migrateCommand,6,"aw",0,NULL,0,0,0,0,0},
+    {"asking",askingCommand,1,"r",0,NULL,0,0,0,0,0},
     {"dump",dumpCommand,2,"ar",0,NULL,0,0,0,0,0},
     {"object",objectCommand,-2,"r",0,NULL,0,0,0,0,0},
     {"client",clientCommand,-2,"ar",0,NULL,0,0,0,0,0},