All Projects → bootsrc → Flycache

bootsrc / Flycache

Licence: apache-2.0
一致性哈希的redis分片存储 (Redis sharding by consistent-hashing)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Flycache

Redis Plus Plus
Redis client written in C++
Stars: ✭ 428 (+625.42%)
Mutual labels:  redis, redis-cluster
Redis Migrate Tool
A convenient and useful tool for migrating data between redis group.
Stars: ✭ 824 (+1296.61%)
Mutual labels:  redis, redis-cluster
Quick redis blog
QuickRedis is a free forever Redis Desktop manager. It supports direct connection, sentinel, and cluster mode, supports multiple languages, supports hundreds of millions of keys, and has an amazing UI. Supports both Windows, Mac OS X and Linux platform.
Stars: ✭ 594 (+906.78%)
Mutual labels:  redis, redis-cluster
Fastoredis
FastoRedis is a crossplatform Redis GUI management tool.
Stars: ✭ 316 (+435.59%)
Mutual labels:  redis, redis-cluster
Predixy
A high performance and fully featured proxy for redis, support redis sentinel and redis cluster
Stars: ✭ 862 (+1361.02%)
Mutual labels:  redis, redis-cluster
Redis Ui
📡 P3X Redis UI is a very functional handy database GUI and works in your pocket on the responsive web or as a desktop app
Stars: ✭ 334 (+466.1%)
Mutual labels:  redis, redis-cluster
Corvus
A fast and lightweight Redis Cluster Proxy for Redis 3.0
Stars: ✭ 758 (+1184.75%)
Mutual labels:  redis, redis-cluster
Hiredis Vip
Support redis cluster. Maintained and used at vipshop.
Stars: ✭ 274 (+364.41%)
Mutual labels:  redis, redis-cluster
Predis
A flexible and feature-complete Redis client for PHP.
Stars: ✭ 6,966 (+11706.78%)
Mutual labels:  redis, redis-cluster
Puppet Redis cluster
Install multiple redis instances via Puppet to configure a cluster with redis-trib.rb (for Redis version >= 3.0)
Stars: ✭ 8 (-86.44%)
Mutual labels:  redis, redis-cluster
Redis Articles
Redis相关文章每日精选~
Stars: ✭ 307 (+420.34%)
Mutual labels:  redis, redis-cluster
Fastonosql
FastoNoSQL is a crossplatform Redis, Memcached, SSDB, LevelDB, RocksDB, UnQLite, LMDB, ForestDB, Pika, Dynomite, KeyDB GUI management tool.
Stars: ✭ 1,001 (+1596.61%)
Mutual labels:  redis, redis-cluster
Xredis
Redis C++ client, support the data slice storage, support redis cluster, thread-safe,multi-platform,connection pool, read/write separation.
Stars: ✭ 285 (+383.05%)
Mutual labels:  redis, redis-cluster
Lettuce Core
Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.
Stars: ✭ 4,319 (+7220.34%)
Mutual labels:  redis, redis-cluster
Redisson
Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
Stars: ✭ 17,972 (+30361.02%)
Mutual labels:  redis, redis-cluster
Cachecloud
搜狐视频(sohu tv)Redis私有云平台
Stars: ✭ 5,707 (+9572.88%)
Mutual labels:  redis, redis-cluster
Cachingframework.redis
Distributed caching based on StackExchange.Redis and Redis. Includes support for tagging and is cluster-compatible.
Stars: ✭ 209 (+254.24%)
Mutual labels:  redis, redis-cluster
Redis Cluster
Redis Cluster setup running on Kubernetes
Stars: ✭ 230 (+289.83%)
Mutual labels:  redis, redis-cluster
Redis Py Cluster
Python cluster client for the official redis cluster. Redis 3.0+.
Stars: ✭ 934 (+1483.05%)
Mutual labels:  redis, redis-cluster
Docker Redis Cluster
Running a distributed 6-node Redis Cluster with Docker Swarm, Docker Compose, and Supervisor
Stars: ✭ 39 (-33.9%)
Mutual labels:  redis, redis-cluster

flycache

简介

flycache是redis分布式分片存储的一个系统,支持弹性伸缩。 基于Java实现的一致性hash

flycache: Based on Java consistent-hashing Redis elastic shard storage.

功能

  1. 弹性伸缩,提供控制面板,管理员可以增加和删除Redis节点
  2. Redis运行状态监控,报警
  3. Redis故障或者网络故障的灾难应对

原理

  1. consistent-hashing一致性hash
  2. zookeeper保持一致性和监听

文章

http://blog.csdn.net/lsm135/article/details/79081776

测试

http://localhost:20200/test1

http://localhost:20200/nodeGroup

如果您愿意捐助一下项目,可以通过微信/支付宝捐助哟~

支付宝 微信 余额宝领红包
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].