1.先確保redis進程存活
- ps -ef|grep redis
2.執(zhí)行./redis-cli或者./redis-cli -h 127.0.0.1 -p 6379
- [root@slave bin]# /bin/redis-cli
3.執(zhí)行dbsize命令
- 127.0.0.1:6379> dbsize
4.清理
- 127.0.0.1:6379> flushall
5.退出
- 127.0.0.1:6379> exit
版權(quán)聲明:文章圖片資源來源于網(wǎng)絡(luò),如有侵權(quán),請留言刪除!!!
評論