My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
ZincrbyCommand  
Updated Dec 21, 2010 by anti...@gmail.com

We moved to Redis.io!

Redis home moved to http://redis.io, please visit our new home.

Comment by Ysbadda...@gmail.com, Mar 31, 2010

I suppose the return value is a bulk reply, specifically:

the score (a double precision floating point number) represented as string.

Comment by grosser....@gmail.com, Apr 26, 2010

Usage: ZINCRBY set-name, incrby, set-key-name

Comment by drmi...@gmail.com, May 12, 2010

Spec says Integer reply. Is this a mistake in the documentation?

Comment by lamef...@gmail.com, Oct 18, 2010

A multi version of zincrby would be very useful. My program accumulates counters and currently has to issue a zincrby request to update each counter individually. This is costly. I'd rather update them all in one request at scheduled intervals. Benchmarks show that in my case 1000 calls to zincrby consume 14.773s total, and this eats up 30% of the program processing usage.


Sign in to add a comment
Powered by Google Project Hosting