A Redis proxy client for enabling operations unsupported by Twemproxy.
Ensure you have a Go environment set up.
GoMock is required for testing. MockGen is required if you need to (re)generate mocks for interfaces.
go get github.com/golang/mock/gomock
go get github.com/golang/mock/mockgen
Your Go program must have appropriate access to:
- The Twemproxy configuration file.
- The individual Redis instances being proxied.