Closed GoogleCodeExporter closed 8 years ago
Redis 2.4 supports variadic L/RPUSH, SADD etc.
In redis 2.2 or earlier you can do it with a pipeline on the client, and of
course MSET for plain values, not lists.
Original comment by dvir...@gmail.com
on 28 Jun 2011 at 11:12
See this page for more information on pipelining:
http://redis.io/topics/pipelining. Refer to the documentation of your client of
choice on how to apply pipelining there.
Original comment by pcnoordh...@gmail.com
on 28 Jun 2011 at 11:33
Original issue reported on code.google.com by
JeanLou....@gmail.com
on 28 Jun 2011 at 10:47