Tuesday
Sep072010
Redis 2.0.0 is now available
Tuesday, September 7, 2010 at 6:00AM |
Derek Stainer Redis 2.0.0 was released primary features include:
- Addition of MULTI/EXEC to allow for execution of multiple commands in a single block
- Blocking pop from a list
- Ability for Publish/Subscribe messaging
- New hashes datatype that allows for multiple values per single key
- Virtual memory which allows the database to grow outside the limits of the physical RAM on the machine.
Download 2.0.0 here
Changelog is here


Reader Comments