go redis实现排行榜

  • redis
  • redis
小于 1 分钟

文档

Go Redis Introductionopen in new window

Go Redis Documentopen in new window

Redis 中文网open in new window

安装

1.安装Redis

# mac 安装redis,本机配置文件路径:/System/Volumes/Data/opt/homebrew/etc/redis.conf
brew install redis
# mac 启动redis服务
brew services start redis
# 使用客户端连接
redis-cli
上次编辑于: