Redis-x64-3.2.100.zip windos7 64位 内附使用教程 官网下载 ,谢谢各位 。 This is the first release of Redis on Windows 3.2. This release is based on antirez/redis/3.2.1 plus some Windows specific fixes. It has passed all the standard tests but it hasn't been tested in
redis是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、list(链表)、set(集合)、zset(sorted set --有序集合)和hash(哈希类型)。这些数据类型都支持push/pop、add/remove及取交集并集和差集及更丰富的操作,而且这些操作都是原子性的。在此基础上,redis支持各种不同方式的排序。与memcached一样,为了保证效率,数据都是缓存在内存中。区别的是redis会周期性的把更新的
Redis-x64-3.0.504.zip -windows版本 redis.exe
This is a critical bug fix release for Redis on Windows 3.0.
If you are running a previous version of 3.0 in a cluster configuration you should upgrade to 3.0.504 urgently.
The fix resolves a problem with th