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
- Host: GitHub
- URL: https://github.com/stewartpark/redix
- Owner: stewartpark
- Created: 2011-12-07T10:10:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-09T06:51:47.000Z (over 13 years ago)
- Last Synced: 2025-02-02T23:05:27.177Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
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 6379The above configuration combines two servers.
Then, just type the following command.
node redix.js