|
IntroductionToRedisDataTypes
We moved to Redis.io!Redis home moved to http://redis.io, please visit our new home. |
► Sign in to add a comment
|
Search
|
|
IntroductionToRedisDataTypes
We moved to Redis.io!Redis home moved to http://redis.io, please visit our new home. |
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: "
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!
For instance we can easily (use/utilize) Redis Sets in order to implement tags.
@sdepablos - "Anyway I want to order these elements the other way around, using zrevrange command instead of zrange this time: "
Nice wiki.. Thanks.
It seems like hashes are now included in Redis 2.0...so can you update this to reflect their usage?
In sorted lists: Is there a way to pop the first n elements from a sorted list? (zrange + zremrange in atomic action)
Very useful. Thanks.
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?
Thanks, useful and informative tutorial.
@herstik about pop'ing from a sorted list: http://code.google.com/p/redis/issues/detail?id=251 (slated for 2.2)