Sign inSign up

megaxcn/predixy

By megaxcn

Updated over 2 years ago

Image
0

10K+

megaxcn/predixy repository overview

redis proxy

predixy.conf

Name Predixy

Bind 0.0.0.0:7617
WorkerThreads 1
ClientTimeout 300

LogVerbSample 0
LogDebugSample 0
LogInfoSample 10000
LogNoticeSample 1
LogWarnSample 1
LogErrorSample 1

Authority {
    Auth "#a complex password#" {
        Mode admin
    }
}
ClusterServerPool {
    Password ""
    MasterReadPriority 60
    StaticSlaveReadPriority 50
    DynamicSlaveReadPriority 50
    RefreshInterval 1
    ServerTimeout 1
    ServerFailureLimit 10
    ServerRetryTimeout 1
    KeepAlive 120
    Servers {
        + 192.168.2.107:2211
        + 192.168.2.107:2212
    }
}

docker run -d -p 7617:7617 -v predixy.conf:/conf/predixy.conf megaxcn/predixy

Tag summary

Content type

Image

Digest

sha256:f572e70b0

Size

8.1 MB

Last updated

over 2 years ago

docker pull megaxcn/predixy