英文: Can we specify a pattern on shared Redis keyspace event notification that expired? 问题 我目前正在使用一个共...
在Go服务中,以每个用户为基础使用Redis pubsub的内存高效方法是什么?
英文: Memory efficient way to use Redis pubsub on per user basis in go service? 问题 我们使用GraphQL订阅将数据推送到...
如何在Go中使用ZAddArgs?
英文: How to use ZAddArgs in Go 问题 我正在使用https://github.com/redis/go-redis/包。我尝试使用zadd的GT选项。我在commands_...
go-redis HGETALL protobuf message
英文: go-redis HGETALL protobuf message 问题 大家有没有尝试将Redis哈希存储为Proto Marshalled,并在结构中进行解组和检索?我在这方面遇到了问题。...
I want to connect to Elasticcache for redis in which cluster mode is enabled. I want to connect it from golang (go-redis pkg)
英文: I want to connect to Elasticcache for redis in which cluster mode is enabled. I want to connect ...
go-redis的maxRetries在使用redis pipeline时不起作用。
英文: go-redis maxRetries doesn't work with redis pipeline 问题 我正在尝试使用go-redis客户端的maxRetries选项。 上面的...
Golang Redis客户端连接状态
英文: golang redis client connection status 问题 创建一个新的Redis客户端后,有没有办法检查连接的状态? 为了确保Sentinel处于健康状态,实例化后进行...
Redis中打开的文件太多了
英文: too many open files in Redis 问题 在我们的项目中,我们正在使用一个 Redis 的单个实例(托管在 GCP 上),总内存为 4 GB,目前只使用了 2 GB。总连...
eko gocache for redis :: store.RedisStore没有实现store.StoreInterface接口
英文: eko gocache for redis :: store.RedisStore does not implement store.StoreInterface 问题 我正在使用这个库htt...
WithContext方法在上下文为nil时需要引发panic吗?
英文: Does WithContext method need to panic if context is nil? 问题 我想为一个结构体编写一个WithContext方法,并从net/http...