Skip to content

A transparent Redis proxy that forwards only read paths to read replicas

License

Notifications You must be signed in to change notification settings

comnipl/redis-rwproxy

Repository files navigation

redis-rwproxy

A transparent Redis proxy that forwards only read paths to read replicas.


Caution

This software is currently under development.
Use in a production environment is not advised.


Usage

$ redis-rwproxy 0.0.0.0:6379 \
    'redis://username:password@master:6379' \
    'redis://username:password@read-replica:6379' \
    --username <username> --password <password>

This command listens on 0.0.0.0:6379 and acts like a Redis server.
It forwards write operations to the master server (specified by the first argument) and read operations to the replica server (specified by the second argument).

About

A transparent Redis proxy that forwards only read paths to read replicas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 2

  •  
  •