An open API service indexing awesome lists of open source software.

https://github.com/stewartpark/redix

Highly scalable redis proxy for node.JS
https://github.com/stewartpark/redix

Last synced: 3 months ago
JSON representation

Highly scalable redis proxy for node.JS

Awesome Lists containing this project

README

        

Redix
======
Redix is ***a multiplexed redis proxy server*** written in nodeJS.

This aims high scalability.

## Quick start

Copy `example/redix.cfg` to `/etc`, and edit it as follows,

192.168.0.1 6379
192.168.0.2 6379

The above configuration combines two servers.

Then, just type the following command.

node redix.js