mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 09:41:21 +00:00
PUBSUB implemented
This commit is contained in:
@ -159,6 +159,9 @@ static struct redisCommand cmdTable[] = {
|
||||
{"hgetall",2,REDIS_CMD_INLINE},
|
||||
{"hexists",3,REDIS_CMD_BULK},
|
||||
{"config",-2,REDIS_CMD_BULK},
|
||||
{"subscribe",-2,REDIS_CMD_INLINE},
|
||||
{"unsubscribe",-1,REDIS_CMD_INLINE},
|
||||
{"publish",3,REDIS_CMD_BULK},
|
||||
{NULL,0,0}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user