redis rpc服务, 提供redis操作方法
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
listen 792d021307 增加scard方法 2 years ago
README.md Initial commit 2 years ago
conn.go 增加调用方法 2 years ago
expire.go 返回类型修改 2 years ago
expire_test.go 增加获取所有hash接口 2 years ago
go.mod 增加集合成员数方法 2 years ago
go.sum 增加集合成员数方法 2 years ago
hash.go 加入hincrby方法 2 years ago
hash_test.go 加入hincrby方法 2 years ago
list.go 增加列表公用方法 2 years ago
list_test.go 增加列表公用方法 2 years ago
num.go 加减client 2 years ago
num_test.go 增加scard方法 2 years ago
redis.pb.go 更新pb.go 2 years ago
redis.proto 更新方法参数 2 years ago
set.go 增加scard方法 2 years ago
set_test.go 增加scard方法 2 years ago
string.go 增加集合成员数方法 2 years ago
string_test.go Merge branch 'master' of https://git.tetele.net/tgo/redisrpc 2 years ago
watch_test.go client for watch 2 years ago
wath.go client for watch 2 years ago

README.md

redisrpc

redis rpc服务, 提供redis操作方法