Skip to content

Add TCP pass-through option

Latest
Compare
Choose a tag to compare
@mramshaw mramshaw released this 04 May 15:53
· 9 commits to master since this release

In addition to acting as an HTTP caching Redis proxy, can now function as a TCP caching Redis proxy.

The proxy type option is specified by the TYPE environment variable.

This may be set to either 'http' or 'tcp', with 'http' being the default.