go

Redis分布式锁无效

英文: Redis distributed lock does not take effect 问题 我正在使用go-redis distributed lock实现互斥访问,我的服务器是单线程服务器...
go

在 Redis 连接失败时重试

英文: Retry on redis connection failure 问题 红果为什么决定不导出errorConn类型呢?这样可以让应用程序对连接失败有特定的错误处理方式。按照目前的实现,应用程...
go

尝试连接 Redis JSON。

英文: Trying to Connect Redis JSON 问题 我正在尝试在Go中使用Redis JSON。 我正在使用go-redis进行Redis连接,并使用go-rejson进行JSON...