redis查漏補缺

redis
1)下載與安裝
http://redis.io/download
2)配置文件
/etc/redis.conf
3)命令
http://redis.io/commands
4)啓動服務
vi /etc/redis.conf
查找daemonize 修改no爲yes
? daemonize
使用配置文件啓動
redis-server /etc/redis.conf
5)redis 經常使用命令
keys
set test 1
get testredis

相關文章
相關標籤/搜索