“Redis运维”的版本间的差异
跳到导航
跳到搜索
第11行: | 第11行: | ||
==install and configure== | ==install and configure== | ||
+ | [[Redis5 cluster]] | ||
+ | |||
[[How To Install and Use Redis]] | [[How To Install and Use Redis]] | ||
2021年3月29日 (一) 03:02的版本
特征
速度快 10万/秒 读写 当然是硬件OK
Redis常用操作
使用场景
缓存
消息队列
install and configure
https://redis.io/topics/config
redis-server redis-cli #关闭 redis-cli -c -p 7000 -a 36 shutdown redis-benchmark redis-check-aof redis-cli -h {host} -p {port} redis-cli -h {host} -p {port} {command} redis-server -v
win
https://github.com/ServiceStack/redis-windows/tree/master/downloads 下载安装