diff --git a/src/func_redis.c b/src/func_redis.c
index cc8d31b..2888333 100644
--- a/src/func_redis.c
+++ b/src/func_redis.c
@@ -119,7 +119,7 @@ void sdsfree(sds s) {
Send a command to redis, all redis commands are valid
the result is saved in REDIS_RESULT, Example:
- REDIS_COMMAND("SET key value")
+ REDIS_COMMAND(SET key value)