issues
search
flyerhzm
/
redis-sentinel
another redis automatic master/slave failover solution for ruby by using built-in redis sentinel (deprecated)
MIT License
188
stars
67
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add a maximum version constraint on `redis`
#60
brandur
closed
6 years ago
0
Clarify version compatibility
#59
tvon
closed
9 years ago
0
Logging to syslog
#58
nodesocket
opened
9 years ago
1
Bubble up error so that I can kill my server if there is no redis sentinel connection
#57
ORESoftware
opened
9 years ago
0
Failure to define :sentinels option results in error when calling 'slaves'
#56
phallstrom
closed
5 years ago
0
Add information that redis-sentinel should not be used with redis >= 3.2
#55
Draiken
closed
1 year ago
3
Round robin to redis slaves
#54
givan
opened
9 years ago
1
Incorrect master name causes endless flood of connection attempts
#53
tdooner
closed
9 years ago
3
Handle +sentinel messages
#52
phuongnd08
opened
9 years ago
1
Avoid infinite loop when invalid master name supplied
#51
phuongnd08
closed
9 years ago
1
Set hash in 1.8.7 style to make it compatible
#50
daniel-g
closed
9 years ago
0
undefined method `values_at' for nil:NilClass
#49
tanema
closed
7 years ago
4
Fix thread and connection leaking
#48
zmack
closed
9 years ago
0
Not possible to set db: ?
#47
andywenk
closed
10 years ago
2
Catch networking errors and move on to next sentinel
#46
evantahler
closed
10 years ago
4
No route to host - connect(2)
#45
evantahler
closed
10 years ago
0
Update README to inform users of redis-sentinel's lazy loading behaviour
#44
rlhh
closed
10 years ago
0
Merge slaves discovered options with original
#43
krasnoukhov
closed
10 years ago
0
prevents master discovery to get stuck in endless loop if sentinels are ...
#42
gfriebe
closed
10 years ago
2
fixed compatibility issues with Ruby 1.8.7
#41
n1te1337
closed
10 years ago
3
Always reconnect at least once, even if reconnect timeout is 0
#40
aniketschneider
closed
10 years ago
1
Inconsistent failover when there is no failover timeout set
#39
aniketschneider
closed
10 years ago
0
Allow client to return list of slaves
#38
ksol
closed
10 years ago
2
Rake task to start a console with the gem loaded
#37
ksol
closed
10 years ago
2
Fix for pipelined requests and readonly calls with slightly different error message.
#36
Excds
closed
10 years ago
3
uniq! function returns nil. it returns nil at jruby
#35
juneng603
closed
10 years ago
7
Sentinel reconnection broken
#34
dim
closed
10 years ago
0
Reconnects broken since 1.4
#33
dim
closed
10 years ago
5
Parse uri string in sentinels array
#32
matkam
closed
10 years ago
3
Parse uri string in sentinels array
#31
matkam
closed
10 years ago
0
Use with Rails.config.cache_store?
#30
matkam
closed
10 years ago
2
ERR Wrong number of commands for 'sentinel is-master-down-by-addr' (Redis::CommandError)
#29
ghost
closed
10 years ago
3
Avoid the name clash on #host and #port in #discover_master
#28
marcinbunsch
closed
10 years ago
0
Stub shuffle! on the sentinel array for consistent test execution
#27
marcinbunsch
closed
10 years ago
0
Work with Redis sentinel 2.8.X
#26
JohnBat26
closed
10 years ago
7
Add compatibility with the 4-arg version of is-master-down-by-addr
#25
jf647
closed
10 years ago
4
Subscribe to switch master message is necessary
#24
isaiah
opened
11 years ago
4
Randomize sentinel order per-run, so that not all redis-sentinel instances use the exact same sentinel.
#23
rbroemeling
closed
11 years ago
4
fixes #21: redis-sentinel stacktraces when attempting to reconnect, if the sentinel it is using is offline.
#22
rbroemeling
closed
11 years ago
0
Stacktrace due to offline sentinel during reconnect
#21
rbroemeling
closed
11 years ago
3
Wrong setup of sentinels raise exception
#20
ondrejbartas
closed
11 years ago
3
License missing from gemspec
#19
bf4
opened
11 years ago
0
Clarify spec example description
#18
edsinclair
closed
11 years ago
0
Fix spelling
#17
edsinclair
closed
11 years ago
0
Typo fix in my name
#16
nick-desteffen
closed
11 years ago
1
Version 1.3
#15
jesscanady
closed
11 years ago
2
Reconnect if your redis suddenly becomes read-only.
#14
mikegee
closed
11 years ago
1
Avoid that the config passed to the client gets modified
#13
carlosparamio
closed
11 years ago
10
Reconnect Sentinel clients when calling reconnect
#12
nick-desteffen
closed
11 years ago
0
Load balancing between redis slaves
#11
ondrejbartas
opened
11 years ago
6
Next