My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
IntroductionToRedisDataTypes  
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 sdepab...@gmail.com, Feb 16, 2010

This phrase

"Anyway I want to order this elements the other way around, using ZrangeCommand instead of ZrangeCommand this time: "

should be

"Anyway I want to order this elements the other way around, using zrange instead of zrevrange this time: "

Comment by nico...@gmail.com, Mar 9, 2010

There's a typo in the third paragraph of the section "The list type": " Adding a new element with the LPOP". The LPOP should be instead LPUSH. Ciao!

Comment by zenst...@gmail.com, Apr 4, 2010

For instance we can easily (use/utilize) Redis Sets in order to implement tags.

Comment by kunalmsh...@gmail.com, May 10, 2010

@sdepablos - "Anyway I want to order these elements the other way around, using zrevrange command instead of zrange this time: "

Comment by kunalmsh...@gmail.com, May 10, 2010

Nice wiki.. Thanks.

Comment by apu1nah...@gmail.com, Jun 7, 2010

It seems like hashes are now included in Redis 2.0...so can you update this to reflect their usage?

Comment by hers...@gmail.com, Jul 27, 2010

In sorted lists: Is there a way to pop the first n elements from a sorted list? (zrange + zremrange in atomic action)

Comment by manulach...@gmail.com, Oct 10, 2010

Very useful. Thanks.

Comment by rki...@gmail.com, Nov 18, 2010

If using VM and values are stored to disk, when accessing a hash type are all fields under the key loaded into memory, or is just the value for the field accessed loaded into memory?

Comment by kha...@gmail.com, Dec 14, 2010

Thanks, useful and informative tutorial.

Comment by mrf...@gmail.com, Dec 19, 2010

@herstik about pop'ing from a sorted list: http://code.google.com/p/redis/issues/detail?id=251 (slated for 2.2)


Sign in to add a comment
Powered by Google Project Hosting