Skip to content

Here is a Redis tool list. I hope you will find one or two of them that you'd like to try out.

License

Notifications You must be signed in to change notification settings

ruanjian2007/redis-tool-set

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 

Repository files navigation

Redis tool list

Here is a Redis tool list. I hope you will find one or two of them that you'd like to try out.

Table of Contents


Redis Cluster

Project Name Stars Lang Description
Codis 9113(2019/04/06) Go Codis is a proxy based high performance Redis cluster solution written in Go. It is production-ready and widely used at wandoujia.com and many companies.
x-pipe 791 Java Redis 多数据中心集群,一是为了提升可用性,解决数据中心 DR(Disaster Recovery) 问题,二是提升访问性能,每个数据中心可以读取当前数据中心的数据,无需跨机房读数据。
cc 32(2019/04/06) Go & Js This is a Redis Cluster Controller to control the state of the cluster nodes and provide http api and tools(both command line and web ui). Star: 17(until 2017/08/19).

Redis Variety

  • Pika - Pika is a nosql compatible with redis protocol, it is developed by Qihoo's DBA and infrastructure team, and it is widely used in QiHoo. Pika is a persistent huge storage service , compatible with the vast majority of redis interfaces (details), including string, hash, list, zset, set and management interfaces. With the huge amount of data stored, redis may suffer for a capacity bottleneck, and pika was born for solving it. Except huge storage capacity, pika also support master-slave mode by slaveof command, including full and partial synchronization. star:85(until 2016/05/12). Lang: C++.
  • webdis - A very simple web server providing an HTTP interface to Redis. It uses hiredis, jansson, libevent, and http-parser. star: 1595.
  • ardb - A redis protocol compatible nosql, it support multiple storage engines as backend like Google's LevelDB, Facebook's RocksDB, OpenLDAP's LMDB, PerconaFT, WiredTiger, ForestDB. star 739(until 2016/09/02).
  • Pedis - NoSQL data store using the SEASTAR framework, compatible with REDIS. star:169(until 2016/09/23)
  • Qedis - A C++11 implementation of Redis server. star: 4.
  • AliRedis - AliRedis, which is developed by Alibaba, use a new nginx-like(one-master-multi-worker) framework, in order to get full use of the CPU cores.
  • Pushlet - Pushlet 是一个开源的 Comet 框架,Pushlet 使用了观察者模型:客户端发送请求,订阅感兴趣的事件;服务器端为每个客户端分配一个会话 ID 作为标记,事件源会把新产生的事件以多播的方式发送到订阅者的事件队列里。(lang:js, star:79, 2016/10/24)
  • xredis-server - redis-server is a redis server framework library write by C++, using this library you can develop redis protocol compatible server easily. xredis-server requires libevent. star: 46(until 2016/11/16).
  • qdb - A fast, high availability, fully Redis compatible store engine. star: 287(until 2017/08/19).
  • vire - vire (pronounced "vip-redis") is a multithread redis(based on redis-3.2.0) maintains in vipshop. star: 110(until 2017/08/22). Lang: C.
  • swapdb - A redis compatiable storage which support data exchange between memory and disk. star: 46(until 2017/09/08). Lang: C.
  • ApsaraCache - ApsaraCache is based on the Redis official release 4.0 and has many features and performance enhancements. ApsaraCache has proven to be very stable and efficient in production environment. star: 147(until 2017/10/15). Lang: C.
  • titan - A distributed implementation of Redis compatible layer based on TiKV. star: 553(until 2018/12/12). Lang: Go.
  • KeyDB - a high performance fork of Redis focussing on multithreading, memory efficiency, and high throughput. In addition to multithreading KeyDB also has features only available in Redis Enterprise such as FLASH storage support, and some not available at all such as direct backup to AWS S3. star: 523(until 2019/03/13). Lang: C.

Redis Proxy

  • twemproxy - A fast, light-weight proxy for memcached and redis. star: 5123.
  • redis-cerberus - A Redis cluster proxy. Its monitor tool is redis-ctl. star: 189.
  • Redsmin proxy deamon - Access local redis instance from Redsmin https://redsmin.com. Redsmin and Redsmin proxy communicate through a secure connection using the TLS 1.2 protocol so no one will be able to inspect the data looking at the traffic. star: 40(until 2016/04/19).
  • bilitw - bilitw (bilibili twemproxy), which introduce multi process of twemproxy(one master and mutli worker), is order to get full use of the CPU cores. star: 27.
  • Corvus - A fast and lightweight Redis Cluster Proxy for Redis 3.0. star: 26.
  • twemproxy-163 - twemproxy-163 supports redis-server failover by communicating with redis-sentinel. star: 16(until 2016/09/02).
  • twemproxies - twemproxies ( nutcrackers ) is a multithread, fast and lightweight proxy for memcached and redis protocol. It was built primarily to reduce the number of connections to the caching servers on the backend. This, together with protocol pipelining and sharding enables you to horizontally scale your distributed caching architecture. star: 2(until 2016/04/20).
  • twemproxy-vip - twemproxy maintained and used at vipshop. star: 39(until 2017/08/22). Lang: C.
  • nredis-proxy - a redis proxy based on netty. arch design. star: 6(until 2017/08/22). Lang: Java.
  • predixy - A high performance and full features proxy for redis, support redis sentinel and redis cluster. star: 50(until 2017/08/27). Lang: C++.
  • onecache - OneCache a Redis protocol based distributed cache middleware, as a replacement of Twemproxy or Codis. Unlike twemproxy, OneCache can offer 500,000 or higher QPS for single instance with lower latency. star: 195(until 2017/09/04). Lang: C++.
  • redis-twemproxy-agent - A simple nodejs application which will connect to Redis-Sentinel and monitor for the master-change event. It will then update TwemProxy (nutcracker) and restart it. star: 83(until 2017/09/22). Lang: Js.
  • r3proxy - written by baidu tieba. a twemproxy with rediscluster support. Star: 13. Lang: C++.
  • meitu/twemproxy - written by meitu. meitu twemproxy is a multi-process, fast and lightweight proxy for memcached and redis protocol. It was built primarily to reduce the number of connections to the caching servers on the backend. This, together with protocol pipelining and sharding enables you to horizontally scale your distributed caching architecture.Star: 37(until 2018/09/07). Lang: C++.
Project Name Stars Lang Description
aster 41 Rust Aster is a light, fast and powerful cache proxy written in rust. the same with twemproxy but support multi-threads. Make redis cluster can be used to simple redis client.
undermoon 63 Rust Aims to provide a Redis cluster solution based on Redis Cluster Protocol supporting multiple tenants and easy scaling.

Redis Module

Project Name Stars Lang Description
rediSQL 890 Rust 于雨推荐:一个Redis module,可在Redis内实现标准SQL全操作,每秒可执行13万次插入操作
redis-storage 264 Lua 把leveldb嵌入到redis实现真正的数据持久存储

Redis Client

Project Name Stars Lang Description
hiredis-vip 169(2019/03/24) C vip is a C client library for the Redis database, supported redis cluster, fully contained and based on Hiredis
redispipe 54(2019/03/24) Go High-throughput Redis client for Go with implicit pipelining
lettuce-core 2358 Java Lettuce is a scalable thread-safe Redis client for synchronous, asynchronous and reactive usage. Multiple threads may share one connection if they avoid blocking and transactional operations such as BLPOP and MULTI/EXEC. Lettuce is built with netty. Supports advanced Redis features such as Sentinel, Cluster, Pipelining, Auto-Reconnect and Redis data models.

Redis Data Migration

Project Name Stars Lang Description
RedisShake 110 Go Redis-shake is a tool for synchronizing data between two redis databases
redis-port 110 C parse redis rdb file, sync data between redis master and slave
rdd 76 C redis database dumper, this tool can be used to dump a redis database, work on dump and put dump into redis this tool not use .rdb file! It's a beta software, use it at your own risk!
redis-migrate-tool 560 C redis-migrate-tool is a convenient and useful tool for migrating data between redis. It is based on redis replication. In the process of migrating data, the source redis also can provide services for users.
redis rdb file splitter In this Chinese blog you will get a script to split Redis rdb db file.
redis-migration 52 C redis-migration is a fast, light-weight migration tool for redis. Just add redis-migration.c to the redis sources. We scale out our redis clusters by this tool. Star: 35(until 2017/08/22).

Redis Monitor

  • RedisLive - Visualize your redis instances, analyze query patterns and spikes. star: 2125.
  • redis-rdb-tools - Rdbtools is a parser for Redis' dump.rdb files. The parser generates events similar to an xml sax parser, and is very efficient memory wise. In addition, rdbtools provides utilities to :Generate a Memory Report of your data across all databases and keys; Convert dump files to JSON; Compare two dump files using standard diff tools. Rdbtools is written in Python, though there are similar projects in other languages. star: 1471.
  • redmon - A web interface for managing redis: cli, admin, and live monitoring. Simple sinatra based dashboard for redis. After seeing the fnordmetric project I was inspired to write this. Some of the ideas there have be carried over here. star: 1303 (until 2016/04/15).
  • redis-faina - At its core, redis-faina uses the Redis MONITOR command, which echoes every single command (with arguments) sent to a Redis instance. It parses these entries, and aggregates stats on the most commonly-hit keys, the queries that took up the most amount of time, and the most common key prefixes as well. star:1002.
  • redis-stat - redis-stat is a simple Redis monitoring tool written in Ruby.It is based on INFO command of Redis, and thus generally won't affect the performance of the Redis instance unlike the other monitoring tools based on MONITOR command.redis-stat allows you to monitor Redis instances either with vmstat-like output from the terminal or with the dashboard page served by its embedded web server. star: 823.
  • redispapa - another redis monitor by using flask, angular, socket.io. we use redis info to monitor the redis usage. PAPA means a father who is monitoring the redis. accoding to the redis doc, it is be recommanded to use info other than monitor. star: 293(2016/04/15).
  • redis-monitor - base RedisLive,monitor multiple redis-server in product enviroment: monitor multiple redis-instance in one page; monitor memory,comand per sec,HitRate,keyspace, master-slave change,expire; sms alert when crash , master-slave stats changed. star: 179.
  • redis-sampler - Small program to understand the composition of your Redis data set. star: 179.
  • redis-audit - This script samples a number of the Redis keys in a database and then groups them with other similar looking keys. It then displays key metrics around those groups of keys to help you spot where efficiencies can be made in the memory usage of your Redis database.Warning: The script cannot be used with AWS Elasticache Redis instances, as the debug command is restricted. star: 114.
  • redis_key_sizes.sh - A simple script to print the size of all your Redis keys. star: 52.
  • Datadog:how_to_collect/monitor_redis_metrics.md - Markdown files of Datadog : how to collect/monitor redis metrics. star: 37.
  • redis-rdb-tools - Rdbtools is a parser for Redis' dump.rdb files. The parser generates events similar to an xml sax parser, and is very efficient memory wise. star: 2113(until 2017/08/22). Lang: Python.
  • redis-full-check - Redis-full-check is developed and maintained by NoSQL Team in Alibaba-Cloud Database department. Redis-full-check performs full data verification by comparing the data of the source database and the destination database. star: 56(until 2019/03/13). Lang: Go.

Redis Admin Web & UI

Project Name Stars Lang Description
overlord 219(until 2019/04/10) Go 哔哩哔哩基于Go语言编写的基于memcache和redis&redis-cluster高可用的缓存服务解决方案
  • RedisDesktopManager - Redis Desktop Manager (aka RDM)— is a cross-platform open source Redis DB management tool (i.e. Admin GUI). Redis Desktop Manager developed to replace hundreds of slow and ugly tools for redis. star: 2557.
  • redmon - A web interface for managing redis: cli, admin, and live monitoring. Simple sinatra based dashboard for redis. After seeing the fnordmetric project I was inspired to write this. Some of the ideas there have be carried over here. star: 1303 (until 2016/04/15).
  • cachecloud - A private redis cloud platform developed by Sohu Inc. star: 717.
  • django-redisboard - Redis monitoring and inspection tool in django admin.its features: Sever statistics in the admin changelist; Key summary in the inspect view; Value introspection with pagination for lists and sorted sets. star: 174(until: 2016/04/15).
  • RedisReact - Redis React is a simple user-friendly UI for browsing data in Redis servers which takes advantages of the complex type conventions built in the ServiceStack.Redis Client to provide a rich, human-friendly UI for navigating related datasets, enabling a fast and fluid browsing experience for your Redis servers. Its related project is ServiceStack.Redis. star: 81.
  • redis-ctl - Redis Instance Controlling and Distribution Service. star: 53.
  • fastoredis - FastoRedis is a crossplatform Redis GUI management tool. star: 42(until 2016/04/20).
  • Redsmin - a developer oriented online administration and monitoring service for Redis and Redis cluster. Redsmin is trusted by more than 10K developers world-wide and manage thousands of Redis servers in real-time.
  • RedisManager - Simple Mac Application to manage Redis Server. star: 6(until 2016/04/19).
  • redisvo - a web-based redis data visualization tool。Star: 10(until 2017/08/10). Lang: Golang.
  • medis - Medis is a beautiful, easy-to-use Redis management application built on the modern web with Electron, React, and Redux. It's powered by many awesome Node.js modules, especially ioredis and ssh2.Star: 4490(until 2017/08/15). Lang: Js.

Redis Golang Packages

  • redigo - Redis Sentinel support for redigo library. star: 2236(until 2016/06/09).
  • redigomock - Easy way to unit test projects using redigo library (Redis client in go). star: 26(until 2016/06/09).
  • redi-go-cluster - redis-go-cluster is a golang implementation of redis client based on Gary Burd's Redigo. It caches slot info at local and updates it automatically when cluster change. The client manages a connection pool for each node, uses goroutine to execute as concurrently as possible, which leads to its high efficiency and low lantency. star: 50(until 2016/06/09).
  • go-sentinel - Redis Sentinel support for redigo library. star: 5(until 2016/06/09).
  • redis-failover - Automatic redis monitoring and failover based on Go.(http://siddontang.com/2015/05/03/use-hashicorp-raft-to-build-a-redis-sentinel/)(lang:golang, star:66, 2016/09/23).
  • miniredis - Pure Go Redis test server, used in Go unittests. Sometimes you want to test code which uses Redis, without making it a full-blown integration test. Miniredis implements (parts of) the Redis server, to be used in unittests.(lang:golang, star:294, 2016/09/23)
  • redeo - High-performance framework for building redis-protocol compatible TCP servers/services. Optimised for speed!(lang:golang, star:108, 2016/09/23)
  • libredis - Libredis is intended to be more than a simple client connection library. It will include Redis specific custom operations, Structures, and capabilities suitable for integrating with any Go code which interacts with Redis ranging from simple CRUD operations to service management.(lang:golang, star:8, 2016/09/23)
  • go-redis - go-redis is a Redis client library for the Go programming language. It's built on the skeleton of gomemcache.(lang:golang, star:39, 2016/09/23)
  • goatee - A Redis-backed notification server written in Go. goatee works by listening on a channel via Redis Pub/Sub and then sending the received message to connected clients via WebSockets. Clients may create channels to listen on by using the goatee client library.(lang:golang, star:270, 2016/10/02).
  • juggler - Juggler implements highly decoupled, asynchronous RPC and pub-sub over websocket connections using redis as broker. It refers both to a websocket subprotocol and the implementation of a juggler server. The repository also contains implementations of the callee, broker and client roles. This is still experimental. Use at your own risk. Not battle-tested in production environment. API may change. Javascript (and other languages) client not implemented yet.(lang:golang, star:41, 2016/10/02).
  • broadcaster - Package broadcaster implements a websocket server for broadcasting Redis pub/sub messages to web clients.(lang:golang, star:4, 2016/10/02).
  • redisocket.v2 - Base on gorilla/websocket & garyburd/redigo.(lang:golang, star:0, 2016/10/02).
  • redis - Redis client for Golang.(lang:golang, star:1109, 2016/10/03)
  • Go-Redis - Google Go Client and Connectors for Redis.(lang:golang, star:238, 2016/10/24)
  • gosexy/redis - Redis client for Go that maps the full redis command list into equivalent Go functions.(lang:golang, star:159, 2017/08/12)

Redis Based Lock&Cache


Redis Ecosystem

  • awesome-redis - A curated list of amazingly awesome redis and redis ecosystem resources. star: 80.
  • RedisWeekly - A once–weekly e-mail round-up of Redis news, articles, tools and libraries followed by more than 5 000 Redis developers.

  • written by Alex Stocks on 2016/03/22
  • add redmon & redispapa & django-redisboard on 2016/04/15
  • add Redsmin & RedisManager & RedisWeekly on 2016/04/19
  • add twemproxies & fastoredis on 2016/04/20
  • add redis cluster(codis & Pika) on 2016/05/12
  • add redigo & redi-go-cluster & redigomock & go-sentinel on 2016/06/09
  • add ardb & twemproxy-163 on 2016/09/02
  • add Pedis & redis-failover & miniredis & redeo & libredis & go-redis on 2016/09/23
  • add goatee & juggler & broadcaster & redisocket.v2 on 2016/10/02
  • add redis on 2016/10/03
  • add Go-Redis & Pushlet on 2016/10/24
  • add xredis-server on 2016/11/16
  • add x-pipe on 2017/07/01
  • add redisvo on 2017/08/10
  • add gosexy/redis on 2017/08/12
  • add medis on 2017/08/15
  • add qdb & redsync && cc on 2017/08/19
  • add redis-rdb-tools & redis-migration & vire & twemproxy-vip & hiredis-vip & nredis-proxy on 2017/08/22
  • add predixy on 2017/08/27
  • add onecache on 2017/09/04
  • add swapdb on 2017/09/08
  • add redis-twemproxy-agent on 2017/09/22
  • add ApsaraCache on 2017/10/14
  • add r3proxy on 2018/05/16
  • add meitu/twemproxy on 2018/09/07
  • add titan on 2018/12/12
  • add KeyDB & redis-full-check on 2019/03/13
  • add rediSQL & aster on 2019/03/24
  • add undermoon on 2019/04/05
  • add RedisShake & lettuce-core on 2019/04/06
  • add overlord on 2019/04/10

About

Here is a Redis tool list. I hope you will find one or two of them that you'd like to try out.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published