Nikita Koksharov
e6a386b15b
Update README.md
10 years ago
Nikita Koksharov
988df89120
Update README.md
10 years ago
Nikita Koksharov
73666b6a2b
Update README.md
10 years ago
Nikita Koksharov
3c8d9fd162
Update README.md
10 years ago
Nikita Koksharov
cf93aa7f34
Update README.md
10 years ago
Nikita Koksharov
11f07c4d21
Update README.md
10 years ago
Nikita
37e1204c53
[maven-release-plugin] prepare for next development iteration
10 years ago
Nikita
da88126edd
[maven-release-plugin] prepare release redisson-1.1.6
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
babc2f0177
plugins updated
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
Nikita Koksharov
acd15498ae
Merge pull request #94 from setronica-dev/shutdown_wheel_timer
...
shutdown for netty WheelTimer added
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
f9c2229f5d
libs updated
10 years ago
Nikita
f80a6794e7
Fixed exception during channel re-subscription. #87
10 years ago
Nikita Koksharov
57dc4fcde7
Merge pull request #88 from Monits/master
...
Fix RLock's entries
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
Nikita Koksharov
508b9034be
Merge pull request #82 from buhe/add_exists_for_bucket
...
add exist for bucket
10 years ago
harebu
bd6e645579
add exist for bucket
10 years ago
Alex Sherwin
f36c05c4c6
#76 - added support for pubsub wildcard topics
11 years ago
Nikita
6db76a50d1
Cluster MOVED-error handling. #27
11 years ago
Nikita
b4969118a6
Merge branch 'master' of github.com:mrniko/redisson
11 years ago
Nikita
c9e4a0f45f
Unsubscribing during RTopic.removeListener fixed. #61
11 years ago
Nikita
48c26e4964
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