/twunproxy

A Redis proxy client for enabling operations unsupported by Twemproxy.

Primary LanguageGoMIT LicenseMIT

Twunproxy

A Redis proxy client for enabling operations unsupported by Twemproxy.

Prerequisites

Go

Ensure you have a Go environment set up.

GoMock, MockGen

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

Caveats

Your Go program must have appropriate access to:

  • The Twemproxy configuration file.
  • The individual Redis instances being proxied.