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.
 
guzeng 206205fa64 Merge branch 'master' of ssh://git.tetele.net:4001/tgo/redisrpc 2 years ago
README.md Initial commit 3 years ago
conn.go 修改请求和返回数据类型 3 years ago
expire.go 返回类型修改 2 years ago
expire_test.go 增加获取所有hash接口 2 years ago
go.mod 添加查询键是否存在方法 2 years ago
go.sum 设置KEY增加过期时间 3 years ago
hash.go 添加查询键是否存在方法 2 years ago
hash_test.go 增加hgetall接口 2 years ago
redis.pb.go 增加集合的操作 2 years ago
redis.proto 增加集合的操作 2 years ago
string.go 添加查询键是否存在方法 2 years ago
string_test.go 返回类型修改 2 years ago

README.md

redisrpc

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