Skip to content

A Redis proxy client for enabling operations unsupported by Twemproxy.

License

Notifications You must be signed in to change notification settings

manadart/twunproxy

Repository files navigation

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.

About

A Redis proxy client for enabling operations unsupported by Twemproxy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages