redis基础

Posted acgame

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了redis基础相关的知识,希望对你有一定的参考价值。

客户端连接本地redis服务器命令:
redis-cli.exe -h 127.0.0.1 -p 6379

redis异常"MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist"解决方法:
客服端连接本地redis服务器之后,运行:config set stop-writes-on-bgsave-error no

 



以上是关于redis基础的主要内容,如果未能解决你的问题,请参考以下文章

Redis实战-Redis基础篇(上)

01. Redis 基础

01. Redis 基础

Redis与Celery基础

2.Redis系列Redis基础数据结构

redis使用基础 ——Redis管理