Commit Graph

4850 Commits (478a834c669266de91ea7f5a2881ce06a55d9338)
 

Author SHA1 Message Date
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
Nikita f39ae62d54 RMap.filterEntries method added. #57 11 years ago
Nikita 6fec13b0d1 Merge branch 'master' of github.com:mrniko/redisson 11 years ago
Nikita 65b0436998 Comments added 11 years ago
Nikita Koksharov 65dcd48d57 Update README.md 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