Redis 2.6.6 release
Author: chszs, reprinted with note.
Author blog homepage: http://blog.csdn.net/chszs
Redis is a high-performance memory key-value database. The emergence of redis largely makes up for the shortage of key/value storage such as memcached. In some cases, it can play a good complementary role in relational databases. It provides a client driver library for python, Ruby, Erlang, PHP, and other languages for ease of use.
Redis 2.6.6 was released on February 28. The previous version is 2.6.5. This version only upgrades jemalloc to 3.2.0, And the legacy product line is also released 2.4.18.
Download: http://redis.googlecode.com/files/redis-2.6.6.tar.gz
Main features:
1. redis supports Lua scripting language from version 2.6;
2. Improved memory utilization;
3. The number of clients is unlimited;
4. performance improvement;
5. added some new commands;
6. aof generation improvement.