X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/d4a3cfed9c95e0ca5f8bcc771f8844ad17895c69..68bfe993c8aa0d43bb2a5cf02b5d325effb67b0c:/src/redis.h?ds=inline diff --git a/src/redis.h b/src/redis.h index 3d1e81aa..0330db74 100644 --- a/src/redis.h +++ b/src/redis.h @@ -1104,6 +1104,7 @@ void hgetallCommand(redisClient *c); void hexistsCommand(redisClient *c); void configCommand(redisClient *c); void hincrbyCommand(redisClient *c); +void hincrbyfloatCommand(redisClient *c); void subscribeCommand(redisClient *c); void unsubscribeCommand(redisClient *c); void psubscribeCommand(redisClient *c);