├── README.md ├── calc_redis_keys.sh ├── check_redis_cluster.sh ├── clear_redis_cluster.sh ├── deploy ├── 5.0 │ ├── README.txt │ ├── redis-PORT.conf │ └── redis.conf ├── README.md ├── REDIS.crontab ├── deploy_redis_cluster.log ├── deploy_redis_cluster.sh ├── process_monitor.sh ├── redis-PORT.conf ├── redis.conf └── redis_cluster.nodes ├── move_redis_slot.sh ├── query_key_distribution.sh ├── query_redis_memory.sh ├── query_redis_queue.sh ├── query_redis_queues.sh ├── show_redis_map.sh ├── stop_redis.sh └── top_redis.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/README.md -------------------------------------------------------------------------------- /calc_redis_keys.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/calc_redis_keys.sh -------------------------------------------------------------------------------- /check_redis_cluster.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/check_redis_cluster.sh -------------------------------------------------------------------------------- /clear_redis_cluster.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/clear_redis_cluster.sh -------------------------------------------------------------------------------- /deploy/5.0/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/deploy/5.0/README.txt -------------------------------------------------------------------------------- /deploy/5.0/redis-PORT.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/deploy/5.0/redis-PORT.conf -------------------------------------------------------------------------------- /deploy/5.0/redis.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/deploy/5.0/redis.conf -------------------------------------------------------------------------------- /deploy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/deploy/README.md -------------------------------------------------------------------------------- /deploy/REDIS.crontab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/deploy/REDIS.crontab -------------------------------------------------------------------------------- /deploy/deploy_redis_cluster.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/deploy/deploy_redis_cluster.log -------------------------------------------------------------------------------- /deploy/deploy_redis_cluster.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/deploy/deploy_redis_cluster.sh -------------------------------------------------------------------------------- /deploy/process_monitor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/deploy/process_monitor.sh -------------------------------------------------------------------------------- /deploy/redis-PORT.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/deploy/redis-PORT.conf -------------------------------------------------------------------------------- /deploy/redis.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/deploy/redis.conf -------------------------------------------------------------------------------- /deploy/redis_cluster.nodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/deploy/redis_cluster.nodes -------------------------------------------------------------------------------- /move_redis_slot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/move_redis_slot.sh -------------------------------------------------------------------------------- /query_key_distribution.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/query_key_distribution.sh -------------------------------------------------------------------------------- /query_redis_memory.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/query_redis_memory.sh -------------------------------------------------------------------------------- /query_redis_queue.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/query_redis_queue.sh -------------------------------------------------------------------------------- /query_redis_queues.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/query_redis_queues.sh -------------------------------------------------------------------------------- /show_redis_map.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/show_redis_map.sh -------------------------------------------------------------------------------- /stop_redis.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/stop_redis.sh -------------------------------------------------------------------------------- /top_redis.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eyjian/redis-tools/HEAD/top_redis.sh --------------------------------------------------------------------------------