随笔分类 -  Redis

摘要:redis分布式锁 https://www.zhihu.com/question/300767410/answer/1936868233421518180 阅读全文
posted @ 2025-09-03 15:52 Robots2 阅读(8) 评论(0) 推荐(0)
摘要:一、安装Redis 1.1 linux安装 sudo apt install redis-tools 1.2 mac安装redis brew tap ringohub/redis-cli brew update && brew doctor brew install redis-cli 二、常用命令 阅读全文
posted @ 2021-12-17 15:57 Robots2 阅读(53) 评论(0) 推荐(0)