91嫩草国内在线,韩国理论电影免费看,6969精品视频在线观看,1024在线视频精品免费,色中色污,饭冈佳奈子在线

用戶工具

站點工具


這是本文檔舊的修訂版!


Enable Redis in Cobub Razor

Installation

Download, extract and compile latest stable Redis with:

$ wget http://redis.googlecode.com/files/redis-2.4.17.tar.gz

$ tar xzf redis-2.4.14.tar.gz

$ cd redis-2.4.14

$ make

The binaries that are now compiled are available in the src directory. Run Redis with:

$ 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"

More Info : http://redis.io/

Enable Redis in Cobub Razor

Basic Architecture

en/razor/enable-redis-in-cobub-razor.1426750064.txt.gz · 最后更改: 2017/07/14 11:12 (外部編輯)