All Projects → tommy351 → docker-redis-cluster

tommy351 / docker-redis-cluster

Licence: MIT license
A Redis cluster Docker image.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to docker-redis-cluster

Undermoon
Mordern Redis Cluster solution for easy operation.
Stars: ✭ 166 (+1283.33%)
Mutual labels:  redis-cluster
DBProxy
redis proxy、ssdb proxy(使用脚本控制sharding)
Stars: ✭ 1 (-91.67%)
Mutual labels:  redis-cluster
codis-operator
Codis Operator creates and manages codis clusters(proxy based Redis cluster solution) running in kubernetes.(WIP)
Stars: ✭ 21 (+75%)
Mutual labels:  redis-cluster
Anotherredisdesktopmanager
🚀🚀🚀A faster, better and more stable redis desktop manager [GUI client], compatible with Linux, Windows, Mac. What's more, it won't crash when loading massive keys.
Stars: ✭ 17,704 (+147433.33%)
Mutual labels:  redis-cluster
Redis Cluster
Redis Cluster setup running on Kubernetes
Stars: ✭ 230 (+1816.67%)
Mutual labels:  redis-cluster
sherlock
Sherlock is an anomaly detection service built on top of Druid
Stars: ✭ 137 (+1041.67%)
Mutual labels:  redis-cluster
Codis
Proxy based Redis cluster solution supporting pipeline and scaling dynamically
Stars: ✭ 12,285 (+102275%)
Mutual labels:  redis-cluster
rueidis
A Fast Golang Redis RESP3 client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, RedisAI, RedisGears, etc.
Stars: ✭ 422 (+3416.67%)
Mutual labels:  redis-cluster
docker-redis-haproxy-cluster
A Redis Replication Cluster accessible through HAProxy running across a Docker Composed-Swarm with Supervisor and Sentinel
Stars: ✭ 44 (+266.67%)
Mutual labels:  redis-cluster
MysqlToAll
A Mysql data to file/elasticsearch/kafka/redis/redis-cluster/mongodb(audit and normal)/TiDB/postgresql with binlog tool.
Stars: ✭ 84 (+600%)
Mutual labels:  redis-cluster
Blog
MyBlog
Stars: ✭ 197 (+1541.67%)
Mutual labels:  redis-cluster
Cachingframework.redis
Distributed caching based on StackExchange.Redis and Redis. Includes support for tagging and is cluster-compatible.
Stars: ✭ 209 (+1641.67%)
Mutual labels:  redis-cluster
rancher-redis
A containerized redis master/slave configuration with sentinels for use in Rancher
Stars: ✭ 13 (+8.33%)
Mutual labels:  redis-cluster
Redisc
A Go redis cluster client built on top of redigo.
Stars: ✭ 183 (+1425%)
Mutual labels:  redis-cluster
redis
Baidu Ksarch Redis - a production solution of redis cluster
Stars: ✭ 89 (+641.67%)
Mutual labels:  redis-cluster
Redex
Cloud-native Redis server implemented in Elixir
Stars: ✭ 160 (+1233.33%)
Mutual labels:  redis-cluster
think-redisd
thinkphp 5 redis读写分离驱动
Stars: ✭ 24 (+100%)
Mutual labels:  redis-cluster
redis-developer.github.io
The Home of Redis Developers
Stars: ✭ 28 (+133.33%)
Mutual labels:  redis-cluster
aioredis-cluster
Redis Cluster support extension for aioredis
Stars: ✭ 21 (+75%)
Mutual labels:  redis-cluster
td-redis-operator
一款强大的云原生redis-operator,经过大规模生产级运行考验,支持分布式集群、支持主备切换等缓存集群解决方案…The powerful cloud-native redis-operator, which has passed the test of large-scale production-level operation, supports distributed clusters and active/standby switching ...
Stars: ✭ 327 (+2625%)
Mutual labels:  redis-cluster

docker-redis-cluster

Build

A Redis cluster Docker image. This image is for testing environment. DO NOT use it for production.

Usage

Start a cluster. It will start 6 Redis servers listening on 7000~7005 port and a supervisor to make sure all servers started. After all servers are started, redis-trib will create a Redis cluster.

docker run -p 7000:7000 -p 7001:7001 -p 7002:7002 -p 7003:7003 -p 7004:7004 -p 7005:7005 tommy351/redis-cluster:3.2

You can mount a data volume on /data.

docker run -v /some/path/:/data tommy351/redis-cluster:3.2

If you are using Redis 4.0 and above, you can set CLUSTER_ANNOUNCE_IP. (See redis#2527 for more details)

docker run -e CLUSTER_ANNOUNCE_IP=127.0.0.1 tommy351/redis-cluster:4.0

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].