SRANDMEMBER added

This commit is contained in:
antirez
2009-10-21 10:50:24 +02:00
parent f69f2cbafe
commit 2abb95a9a8
2 changed files with 29 additions and 0 deletions

View File

@ -81,6 +81,7 @@ static struct redisCommand cmdTable[] = {
{"sismember",3,REDIS_CMD_BULK},
{"scard",2,REDIS_CMD_INLINE},
{"spop",2,REDIS_CMD_INLINE},
{"srandmember",2,REDIS_CMD_INLINE},
{"sinter",-2,REDIS_CMD_INLINE},
{"sinterstore",-3,REDIS_CMD_INLINE},
{"sunion",-2,REDIS_CMD_INLINE},