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.

14 lines
268 B

  1. module git.tetele.net/tgo/redisrpc
  2. go 1.17
  3. require (
  4. git.tetele.net/tgo/conf v0.47.0
  5. github.com/chai2010/protorpc v1.1.3
  6. github.com/golang/protobuf v1.5.2
  7. )
  8. require (
  9. github.com/golang/snappy v0.0.3 // indirect
  10. google.golang.org/protobuf v1.26.0 // indirect
  11. )