Morya
Morya
抱歉,我这里暂时没有环境了。 这个是很久以前给出的补丁。 sorry, I don't have debug environment in hand...
Yes, it's a admin API, but, the client protocol has `precense` call too. what I mean with redis scan, `hgetall` could block redis for a while potentially. And, true, redis...
for now, we use a hack method by read from redis directly with command `hscan xxx`. but, it's not a quite an elegant nor accurate method, when doing both subscribing...
Thanks, really appreciate
stick to the old version, unless you have to upgrade
go mod vendor it, or, you can push to a private repo and set a new tag, then use `replace` command inside go.mod to pin the version
yes, same error here. ```go import "gorm.io/datatypes" struct A { B datatypes.JSONMap // type JSONMap map[string]interface{} } ``` datatypes.JSONMap is a `map[string]` type, which cause out of memory error.
> Please share a diagnostic report from Help > Upload Diagnostics as required by the issue template. Done, uploaded to the origin issue post.
> Is this in an OrbStack Debian machine? sample code works fine in debian linux. but won't work in macOS