redis启动redis 支持多种类型的数据结构,常用的有 5 种 ,分别是 strings,hashes, lists, sets,sorted sets
- 本地启动:redis-cli
- 远程启动:redis-cli -h hos
2017-12-10