Nikita
8fd1c6f26e
Slot change discovery in cluster mode. #27
10 years ago
Nikita
b0822fbc8c
Master fail discovery in cluster mode. #27
10 years ago
Nikita
7855cd9a34
RedisConnectionException handling during cluster init. #65
10 years ago
Nikita
eb5aa7a8c8
license added
10 years ago
Nikita
7a614ae179
Slot calculation from key name. #27
10 years ago
Nikita
48fc652713
Slot key calculation support. #27
10 years ago
Nikita
971e99e79a
Slot calculation from key name. #27
10 years ago
Nikita
983c34fadd
RedissonList iterator race conditions #106
10 years ago
Nikita
4ddb4f5fef
RedissonList.addAll goes wrong when index set to zero. #68
10 years ago
Nikita
ef13ee93b8
Infinity loop during master/slave connection acquiring fixed. #90
10 years ago
Nikita
0401d7b811
RSet iteration fixed. #102
10 years ago
Nikita
3355310d57
RAtomicLong.compareAndSet test added
10 years ago
Nikita
88393ec3a2
RAtomicLong refactoring
10 years ago
Nikita
d216c01db4
RedissonAtomicLong.getAndAdd optimized
10 years ago
Nikita
eb45075222
RAtomicLong NPE fixed. #104
10 years ago
Nikita
949d90ceaf
Merge branch 'master' of github.com:mrniko/redisson
10 years ago
Nikita
aec7ec18a6
RSet.add serialization fixed. #102
10 years ago
Andrew Kolpakov
3710385e9e
Set.toArray and Set.iterator not grantees same keys order in all implementations
10 years ago
Nikita
05d2a7cf8c
Merge branch 'master' of github.com:mrniko/redisson
10 years ago
Nikita
39c1477d00
Topic listener re-subscribing. #85
10 years ago
Andrew Kolpakov
55e77b5c2d
fastRemove shouldn't call server with empty argument list, getAll shouldn't return missing keys
10 years ago
Nikita
ac84778c8b
concurrent threads amount increased for tests
10 years ago
Nikita
de8ee69a14
MasterSlaveConnectionManager.subscribe fixed. #93
10 years ago
Nikita
e887d97e20
invoke subscription manually #93
10 years ago
Nikita
167678894f
RedissonCountDownLatch race condition fixed
10 years ago
Nikita
b76209b260
subscribe changed to addListener. #93
10 years ago
Nikita
b9618b40d5
MasterSlaveServersConfig refactored
10 years ago
Nikita
7059f78b0d
MasterSlaveServersConfig refactored
10 years ago
Nikita
9af78c5788
Merge branch 'master' of github.com:mrniko/redisson
10 years ago
Nikita
25698103c8
Constructors visibility changed to protected. #71
10 years ago
Nikita Koksharov
2ea7ff44e1
Merge pull request #95 from Monits/master
...
Make sure the pubsub listener is subscribed
10 years ago
Juan Martín Sotuyo Dodero
3331713b54
Make sure the pubsub listener is subscribed
...
- When a connection is reused, the listener should still be subscribed.
10 years ago
Nikita
ecc6378d0a
JsonJacksonCodec.init visibility changed. #86
10 years ago
Nikita
12b6fd057b
Merge branch 'master' of github.com:mrniko/redisson
10 years ago
Nikita
71c78d8bbc
RedissonLock subscription sync fixed
10 years ago
Nikita Koksharov
38a9740d5a
Merge pull request #92 from Monits/master
...
Updating connection's state regardless of listener
10 years ago
Nikita Koksharov
ef0d53e21d
Merge pull request #93 from setronica-dev/RedissonLock_locks_up_89
...
Redisson lock locks up #89
10 years ago
Andrew Kolpakov
557f12b182
shutdown for netty WheelTimer added
10 years ago
Andrew Kolpakov
b4a439db53
header for mvn compilation added
10 years ago
Andrew Kolpakov
fd29bedb5f
race condition in RedissonLock fixed
10 years ago
Nikita
bca4a172c2
connectionManager sync added. #89
10 years ago
Nikita
3470012657
key encoding fixed. #70
10 years ago
Juan Martín Sotuyo Dodero
bb028a59fd
Updating connection's state regardless of listener
...
- This fixes the logs seen in https://github.com/mrniko/redisson/issues/87
- Makes sure the pubsub connection is kept in the proper state, regardless
of the order in which to clients decide to operate
(unsubscribe / removelistener)
10 years ago
Nikita
1ce38f389d
Lock reentrancy race fixed. #84
10 years ago
Nikita
a309ed15c1
Lock reentrancy race fixed. #84
10 years ago
Nikita
f80a6794e7
Fixed exception during channel re-subscription. #87
10 years ago
Juan Martín Sotuyo Dodero
2e99d4f26d
Fix RLock's entries
...
- Changed the semaphore initial value to 0, since every time
we try to acquire it is because we subscribed and know we have
to wait for another thread to signal it. This way, we just acquire
it once, and avoid useless operations.
- Since the value was 1, the first thread to subscribe would go through
the subscribe() method twice, meaning the entry's counter would be raised
to 2, and on unsubscribe() decremented to 1, therefore, it would
never be removed from ENTRIES.
10 years ago
harebu
bd6e645579
add exist for bucket
10 years ago
Nikita
6db76a50d1
Cluster MOVED-error handling. #27
11 years ago
Nikita
c9e4a0f45f
Unsubscribing during RTopic.removeListener fixed. #61
11 years ago
Nikita
f812c059eb
Cluster connection management. #27
11 years ago
Nikita
701d1a7e55
NPE fixed. #62
11 years ago
Nikita
074d1339d3
Timeout parameter added. #59
11 years ago
Nikita
a0b9211866
Database index parameter added. #59
11 years ago
Nikita
1da98ef15a
MasterSlaveConnectionManager added
11 years ago
Nikita
b67f7f88bc
RLock optimization
11 years ago
Nikita
1ea954bfa5
Comments added
11 years ago
Nikita
ed4f09fbb1
license header added
11 years ago
Nikita
4d8b6c4734
Initial cluster support. Preparing Master/Slave structure. #27
11 years ago
Nikita
52d2cd189c
license header added
11 years ago
Carlos Chacin
0f99ff00b1
Merge remote-tracking branch 'upstream/master'
11 years ago
Carlos Chacin
d26f0db467
Renamed interface to RedissonClient
11 years ago
Nikita
d9b19ff314
SingleConnectionManager refactoring
11 years ago
Nikita
504b0175c7
RMap.addAndGet method added. #38
11 years ago
Carlos Chacin
dc549d7156
Issue #47 : Use interfaces to easy DI and Unit testing
11 years ago
Nikita
f5bb90d674
Comments added
11 years ago
Nikita
f39ae62d54
RMap.filterEntries method added. #57
11 years ago
Nikita
65b0436998
Comments added
11 years ago
Nikita
8db5d0d340
Comments added
11 years ago
Nikita
354911d5d4
RMap.getAll(Set<K> keys) added. #54
11 years ago
Nikita
afb22014ef
RMap.filterKeys & filterValues added with Set & Collections support
11 years ago
Nikita
5cf0ca8c74
License headers added
11 years ago
Nikita
1e5af5b90a
RMap.filterValues added. #56
11 years ago
Nikita
5af7c0fc1b
RMap.filterKeys added. #55
11 years ago
Nikita
29795533bc
Comments added
11 years ago
Nikita
5fd013cee6
TIME command added. #4
11 years ago
Nikita
9bd0647529
Reconnection handling fixed. #45
11 years ago
Nikita
b90fc7fa78
Config.retryAttempts, retryInterval params added. #45
11 years ago
Nikita
986fc142e4
connectionWriteOp hidden
11 years ago
Nikita
8734130a27
RedissonSortedSet operations auto-retry. #45
11 years ago
Nikita
e3875ea1d3
RedissonSortedSet implemented via list
11 years ago
Nikita
2606c30859
RedissonCountDownLatch operations auto-retry. #45
11 years ago
Nikita
3e53cdc92e
RedissonList operations auto-retry. #45
11 years ago
Nikita
7bd569e7b7
RedissonExpirable operation auto-repeat #45
11 years ago
Nikita
2afdeeb569
RedissonObject operation auto-repeat #45
11 years ago
Nikita
ce310f8663
RedissonDeque operation auto-repeat #45
11 years ago
Nikita
588b8355a0
RedissonQueue operation auto-repeat. #45
11 years ago
Nikita
6988845892
Useless import deleted
11 years ago
Nikita
7a49f43371
RedissonTopic operation auto-retry. #45
11 years ago
Nikita
cf4b2ca405
RedissonLock operations auto-retry. #45
11 years ago
Nikita
cebe263d6a
RHyperLogLog operations auto-retry. #45
11 years ago
Nikita
6e3201d31b
RAtomicLong operation auto-retry. #45
11 years ago
Nikita
dff044c49b
RMap.fastRemove & RMap.fastRemoveAsync added. #46
11 years ago
Nikita
86936c74b5
RMap.fastPut & RMap.fastPutAsync added. #44
11 years ago
Nikita
3ee9842111
Sync operations list auto-replay. #45
11 years ago
Nikita
baad1236c0
RedissonMap refactoring
11 years ago
Nikita
b3f8ad234e
RedissonMap refactoring
11 years ago
Nikita
f842cca477
RedissonBucket refactoring
11 years ago
Nikita
1a0e6b642e
RedissonSet refactoring to use "Future"
11 years ago
Nikita
bde1906681
RedissonBucket refactoring
11 years ago