随笔分类 - redis
redis相关问题及使用过程
摘要:【轻量应用服务器】k3s部署redis
阅读全文
摘要:# Redis configuration file example. # # Note that in order to read the configuration file, Redis must be # started with the file path as first argumen
阅读全文
摘要:错误信息: 1:M 23 Dec 2021 19:53:02.058 * Background saving started by pid 1848 1848:C 23 Dec 2021 19:53:02.058 # Failed opening the RDB file backup.db (in
阅读全文
摘要:nginx 反向代理mysql及redis(TCP反向代理) 反向代理多个服务器
阅读全文
摘要:Redis技术栈目前广泛使用于开发领域,掌握Redis技术栈与Springboot的集成至关重要。 Redis是目前业界使用最广泛的内存数据存储。相比memcached,Redis支持更丰富的数据结构,例如hashes, lists, sets等,同时支持数据持久化。除此之外,Redis还提供一些类
阅读全文