Nikita
ca7a504c3e
ZREMRANGEBYLEX support added. #143
10 years ago
Nikita
bc0431a4b6
ZREMRANGEBYSCORE added. #143
10 years ago
Nikita
55c8534d8f
ZREMRANGEBYRANK support added #143
10 years ago
Steve Ungerer
985499bceb
https://github.com/mrniko/redisson/pull/244
...
Non-functional; rename config and connection manager class names
10 years ago
Nikita
1bfc3a7a13
RLexSortedSet object introduced. #135
10 years ago
Nikita Koksharov
b0b9bb4f86
Update README.md
10 years ago
Nikita
3ab7e1afc8
lexCountTail & lexCountHead methods added. #143
10 years ago
Nikita
4877152190
lexRange, lexRangeHead and lexRangeTail methods added. #135
10 years ago
Nikita
803ca44348
RScoredSortedSet rank and lexCount functions added. #143
10 years ago
Steve Ungerer
ad24fed86b
no need to invoke slaveDown(). also some non-functional cleanup
10 years ago
Nikita
664e8904f7
minor update
10 years ago
Nikita
0715a5489c
RBatch.getScoredSortedSet added
10 years ago
Nikita
ff6d92d298
minor fix
10 years ago
Nikita
7e31aad67a
closeConnectionAfterFailAttempts. #198
10 years ago
Nikita Koksharov
7ea7e82e40
Merge pull request #243 from scubasau/master
...
DNS monitoring for SingleServerConnection
10 years ago
Steve Ungerer
3c5346f97e
Elasticache Replication Group server configuration
...
Uses "INFO replication" to determine which node is master and which are
slaves.
10 years ago
Steve Ungerer
4e77922ff3
DNS monitoring
...
Resolves the single server endpoint at a configurable interval to
determine if the endpoint has been changed to point at a new master
node.
Designed for use with AWS ElastiCache replication group.
Inspired by https://github.com/mrniko/redisson/issues/241
10 years ago
Steve Ungerer
57973aba0c
Merge remote-tracking branch 'upstream/master'
10 years ago
Nikita
1cc497e17a
RedissonScoredSortedSetTest added. #143
10 years ago
Nikita
a0f3bc9d06
iterator.remove wrong state checking added
10 years ago
Nikita
af773c3713
new RScoredSortedSet object added. #143
10 years ago
Rui Gu
42ec7fb9f7
Merge branch 'mrniko/master'
10 years ago
Nikita
e0814eb73f
Commands decoding during reconnection fixed. #198
10 years ago
Nikita
429eb6691a
init reconnected channel. #198
10 years ago
Nikita
3aced8e178
license added. #198
10 years ago
Nikita
5d0df18ec7
Merge branch 'master' of github.com:mrniko/redisson
10 years ago
Nikita
043b2c2e09
channel configuration during reconnection. #198
10 years ago
Nikita Koksharov
1000975b0b
Update README.md
10 years ago
Nikita
abe97f75e8
[maven-release-plugin] prepare for next development iteration
10 years ago
Nikita
efbca96707
[maven-release-plugin] prepare release redisson-2.1.2
10 years ago
Nikita
48dea3709e
Subscription connection leak in PubSubConnectionEntry::removeListener
...
& unsubscribe process optimization. #237
10 years ago
Rui Gu
bea0d9219a
Merge branch 'mrniko/master'
10 years ago
Nikita
2f99a27103
license added
10 years ago
Nikita
f77034bb02
possible NPE during watchdog reconnection fixed. #235
10 years ago
Nikita
481b2e969c
executeAsync freeze fixed. #233
10 years ago
Nikita
8bdd6cf67a
use same node for SCAN/SSCAN/HSCAN during iteration. #230
10 years ago
Nikita
0f663f0c3e
masterEntry change possible race-condition
10 years ago
Nikita
e6916ea11f
Merge branch 'master' of github.com:mrniko/redisson
10 years ago
Nikita
5018a3c31c
BlockingQueue.peek race-condition fixed. #106
10 years ago
Nikita Koksharov
3efaa6024b
Merge pull request #232 from amincheloh/patch-1
...
Update README.md
10 years ago
Amin Cheloh
d144c7fc29
Update README.md
10 years ago
Rui Gu
533da7bea3
Merge branch 'mrniko/master'
...
Conflicts:
src/main/java/org/redisson/connection/SentinelConnectionManager.java
10 years ago
Nikita
4ffd260b6c
Merge branch 'master' of github.com:mrniko/redisson
10 years ago
Nikita
dcef393089
command data added to RedisException message
10 years ago
Nikita
052e459bbf
Empty sentinel list handling. #226 , #227
10 years ago
Nikita Koksharov
fc19f8194b
Merge pull request #231 from oleg-gr/sentinalconnection-clientname-fix
...
Add clientName to MasterSlaveServersConfig in SentinelConnectionManager
10 years ago
Oleg Grishin
43a0ccbfce
Add clientName to MasterSlaveServersConfig in SentinelConnectionManager
10 years ago
Rui Gu
663d6a217f
SentinelConnectionManager fails to instantiate
...
When the redis master has no slave connected, SentinelConnectionManager
fails to instantiate.
10 years ago
Nikita
6081559c89
Merge branch 'master' of github.com:mrniko/redisson
10 years ago
Nikita
15bd810f2b
Cluster nodes connection caching added. #222
10 years ago