mirror of
https://github.com/fluencelabs/redis
synced 2025-06-18 03:31:21 +00:00
Additionally two typos fixed thanks to @jodal
This commit is contained in:
@ -340,7 +340,7 @@ void incrbyfloatCommand(redisClient *c) {
|
||||
addReplyBulk(c,new);
|
||||
|
||||
/* Always replicate INCRBYFLOAT as a SET command with the final value
|
||||
* in order to make sure that differences in float prrcision or formatting
|
||||
* in order to make sure that differences in float precision or formatting
|
||||
* will not create differences in replicas or after an AOF restart. */
|
||||
aux = createStringObject("SET",3);
|
||||
rewriteClientCommandArgument(c,0,aux);
|
||||
|
Reference in New Issue
Block a user