$ wget $ tar xzf redis-3.0.5.tar.gz $ cd redis-3.0.5 $ make 二进制文件是编译完成后在src目录下.运行如下: $ src/redis-server You can interact with Redis using the built-in client
This is the first stable release for Redis on Windows 3.0. Even if this release is approved for production, please make sure to test it in your testing environment before using it in production. This released is based on antirez/redis 3.0.5 plus Win
安装 下载后,解压,编译: $ tar xzf redis-3.0.5.tar.gz $ cd redis-3.0.5 $ make 二进制文件是编译完成后在src目录下. 运行如下: $ src/redis-server You can interact with Redis using the built-in client: $ src/redis-cli redis> set foo bar OK redis> get foo "bar"
Redis 3.0.5 Mac版本 Where to find complete Redis documentation? ------------------------------------------- This README is just a fast "quick start" document. You can find more detailed documentation at http://redis.io Building Redis -------------- Re
修正了3.0.5的重要Bug,请看官方说明: This is a critical bug fix release for Redis on Windows 3.0. If you are running 3.0.500 you should upgrade to 3.0.501 urgently. This released is based on antirez/redis 3.0.5 plus Windows-specific fixes.