Closed gorkaerana closed 7 months ago
It took me a while to realize what had changed and in the end, I had to use diff
, It would be helpful if you just pointed out the mistakes directly instead of sending the whole fixed thing with no comments on what changed :)
The changes here were that INCR
and INCRBY
both referred to the same Go-API of DB.Str().Incr()
where as it should be using DB.Str().IncrBy()
for the INCRBY
commands.
The documentation is correct, the methods are called Incr
and IncrFloat
.
Hello :)
I believe there is a mistake in the "Strings" section of the README. Please do let me know if I'm wrong, I'd be happy to put in a PR fixing this. It currently looks like this
when (if I'm not mistaken) it should instead say the below
Best regards, Gorka.