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
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
Nikita Koksharov
050fe84ed3
Merge pull request #48 from cchacin/master
...
Use interfaces to easy DI and Unit testing
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
3bb8ebc1ef
Merge branch 'master' of github.com:mrniko/redisson
11 years ago
Nikita
504b0175c7
RMap.addAndGet method added. #38
11 years ago
Nikita Koksharov
fbdb92c8d2
Update README.md
11 years ago
Nikita Koksharov
09b23f4a06
Update README.md
11 years ago
Nikita Koksharov
2cf10d1429
Update README.md
11 years ago
Nikita Koksharov
128129a598
Update README.md
11 years ago
Carlos Chacin
dc549d7156
Issue #47 : Use interfaces to easy DI and Unit testing
11 years ago
Nikita Koksharov
b9fdf55cc5
Update README.md
11 years ago
Nikita
2b8cfabf66
[maven-release-plugin] prepare for next development iteration
11 years ago
Nikita
5ed39d9f76
[maven-release-plugin] prepare release redisson-1.1.5
11 years ago
Nikita
f5bb90d674
Comments added
11 years ago
Nikita Koksharov
068a15d2be
Update README.md
11 years ago