modulepackage
0.0.0-20241022014403-e4c1a3b5eb7b
Repository: https://github.com/lileoh/redis.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
json config example: { "redis-standalone": [ { "tag": "s1", "addr": "127.0.0.1:6379", "timeout": 2000, "pool_size": 20, "socks5":{"user","u", "pass":"p", "addr":"127.0.0.1:8888"} } ], "redis-sentinel": [ { "master_tag": {"master1":"tag1", "master2":"tag2"}, "addrs": ["127.0.0.1:26379","127.0.0.2:26379"], "timeout": 1000, "pool_size": 20 } ], "redis-cluster": [ { "tag": "c1", "addrs": ["127.0.0.1:7000","127.0.0.2:7001"], "timeout": 1000, "pool_size": 20 } ] }
.