`
supportopensource
  • 浏览: 523684 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

Download and Installation

 
阅读更多
1.Download
Website:http://redis.io/download
Download lastest and stable version(My version is 2.4.6)

2.Installation
(1)Extract and compile redis with:
# tar xzf redis-2.4.6.tar.gz
# cd redis-2.4.6
# 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 127.0.0.1:6379> set foo bar
OK
redis 127.0.0.1:6379> get foo
"bar"

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics