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 9a1da461ea 增加集合成员数方法 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
redis.pb.go 更新pb.go 2 years ago
redis.proto 增加集合成员数方法 2 years ago
set.go 增加调用方法 2 years ago
set_test.go 增加调用方法 2 years ago
string.go 增加集合成员数方法 2 years ago
string_test.go 增加集合成员数方法 2 years ago

README.md

redisrpc

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