Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

hometogo/redis-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

+ maintains persistent upstream connections
+ keeps low connection count on upstream servers
+ deals with upstream failures
+ supports SET, GET, SETEX, DEL, INCR, DECR, EXPIRE, EXISTS commands

Build

install jruby (tested with 9.1), then:

$ bundle install
$ warble compiled jar

Configure

create config.yml with the following content

log_level: 'debug'

server:
    -
        type: 'cluster'
        listen: '127.0.0.1:26379'
        buffer: 16384
        timeout: 1
        upstream:
            - '127.0.0.1:6379'

Run

$ java -jar redis-proxy.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages