jackygurui
|
5c44792f28
|
added the ability to make BiHashMap immutable
|
9 years ago |
jackygurui
|
32b910beb5
|
Added BiHashMap
|
9 years ago |
Nikita
|
beca76a527
|
Fixed - sync commands usage in connectionListener leads to connection timeout exception #608
|
9 years ago |
Nikita
|
d1d3e9098b
|
Jackson 2.8.x compatibility fixed. #606
|
9 years ago |
Nikita
|
8280b417a9
|
refactoring
|
9 years ago |
jackygurui
|
a88db7778a
|
Removing BitSet Support
|
9 years ago |
Nikita
|
943f135383
|
Logger fixed
|
9 years ago |
jackygurui
|
6203e6740f
|
Update CommandBatchService.java
|
9 years ago |
Nikita
|
19cf412991
|
refactoring
|
9 years ago |
Nikita
|
418bf5acce
|
refactoring
|
9 years ago |
Nikita
|
dac045bb6c
|
RSemaphore.reducePermits method added. #603
|
9 years ago |
jackygurui
|
7edbf7f0a3
|
removed unused code
|
9 years ago |
jackygurui
|
ea5a0275b1
|
Merge branch 'mrniko/master' into redisson-reference
|
9 years ago |
jackygurui
|
08320375bb
|
added redisson reference test for live object support
added redisson reference test for sharing between RedissonClient and RedissonReactiveClient
|
9 years ago |
jackygurui
|
835ff6a0ff
|
Made utility method static
|
9 years ago |
jackygurui
|
09be99e0ce
|
Redisson Reference support for batch, reactive and reactive batch
|
9 years ago |
jackygurui
|
2476bca078
|
Live object refactoring and simplifying
|
9 years ago |
jackygurui
|
0e6b61ac0f
|
Removed BitSet support from live object
|
9 years ago |
Nikita
|
8943f0655d
|
RSemaphore.reducePermits method added. #603
|
9 years ago |
Nikita
|
0e5e4014f7
|
Redisson node could be created with existing Redisson instance
|
9 years ago |
Nikita
|
cd4c710355
|
license header added
|
9 years ago |
Nikita
|
1605d6f9de
|
LocalCachedMap should implements RDestroyable. #592
|
9 years ago |
jackygurui
|
62042c4b95
|
Merge branch 'master' of https://github.com/mrniko/redisson into redisson-reference
# Conflicts:
# redisson/pom.xml
# redisson/src/main/java/org/redisson/command/CommandAsyncExecutor.java
# redisson/src/main/java/org/redisson/command/CommandAsyncService.java
|
9 years ago |
jackygurui
|
5066ded9ec
|
initial commit for RedissonReference feature
|
9 years ago |
Nikita
|
5261be134e
|
RLocalCachedMap implemented. #592
|
9 years ago |
Nikita
|
3d4b5d799b
|
removed unnecessary sync in LRUCacheMap #592
|
9 years ago |
Nikita
|
825a65371f
|
comments added
|
9 years ago |
Nikita
|
ebec4744c0
|
Fixed race condition during cache entry removing. #592
|
9 years ago |
Nikita
|
60b1c8fa15
|
Fixed - Can't find slave error in cluster mode if failed slave hasn't been added before. #593
|
9 years ago |
Nikita
|
564258db79
|
refactoring
|
9 years ago |
Nikita
|
038bedcbca
|
Executor should reject non-static inner task class. #602
|
9 years ago |
Nikita
|
8d5fba1967
|
LRU and LFU caches implemented. #592
|
9 years ago |
Nikita
|
1cf00d2da2
|
Fixed wrong object encoding during RedissonScoredSortedSet.addScore usage. #594
|
9 years ago |
Nikita
|
29c17dbb61
|
[maven-release-plugin] prepare for next development iteration
|
9 years ago |
Nikita
|
651cd907fc
|
[maven-release-plugin] prepare release redisson-parent-2.3.0
|
9 years ago |
Nikita
|
49b23d4e28
|
compilation fixed
|
9 years ago |
Nikita
|
7b4594f682
|
comments added
|
9 years ago |
Nikita
|
4deedba562
|
version updated
|
9 years ago |
Nikita
|
c9294e1774
|
refactoring
|
9 years ago |
Nikita
|
d00a1a7ae8
|
netty Future interface methods moved to RFuture interface
|
9 years ago |
Nikita
|
3d26419614
|
comments added
|
9 years ago |
Nikita
|
de1ebe236a
|
Ability to schedule task with cron expression. #213
|
9 years ago |
Nikita
|
c27b542c78
|
netty updated
|
9 years ago |
Nikita
|
b13e5291a9
|
Jackson codec updated
|
9 years ago |
Nikita
|
2f797e2c1f
|
refactoring
|
9 years ago |
Nikita
|
f6e547b03c
|
Test fixed
|
9 years ago |
Nikita Koksharov
|
ef3a7200be
|
Merge pull request #583 from shailender-bathula/master
#582: Always find a connection to read
|
9 years ago |
Nikita
|
30c38ab4a3
|
ScheduledExecutorService implemented. #213
|
9 years ago |
Shailender R. Bathula
|
12d72f7124
|
#582: Fix up the indentation
|
9 years ago |
Shailender R. Bathula
|
1a87a5edda
|
#582: Unit test to reproduce the issue and test the fix
|
9 years ago |
Shailender Bathula
|
3b5c1f848b
|
#582: Always find a connection to read
|
9 years ago |
Nikita
|
5f0801d4ef
|
refactoring
|
9 years ago |
Nikita
|
0e7dba08f4
|
getId, getRemoteAddress and getLocalAddress methods added to RedissonNode
|
9 years ago |
Nikita
|
a6b3d7c396
|
refactoring
|
9 years ago |
Nikita
|
c7db1f2224
|
Redisson node config serialization fixed
|
9 years ago |
Nikita
|
fc5bb6d5e2
|
license
|
9 years ago |
Nikita
|
e8c9d40b4d
|
RedissonNodeInitializer added.
|
9 years ago |
Nikita
|
83d2a407c1
|
RedissonClient moved to api package
|
9 years ago |
Nikita
|
37dc1879d8
|
connection pool size increased to 250
|
9 years ago |
Nikita
|
aab37b9444
|
connection pool size increased to 250
|
9 years ago |
Nikita
|
1cf0b40179
|
Merge branch 'master' of github.com:mrniko/redisson
|
9 years ago |
Nikita
|
8bd65a857b
|
refactoring
|
9 years ago |
Nikita
|
ad796f34b1
|
RBoundedBlockingQueue.clear implemented
|
9 years ago |
Rui Gu
|
ba582aae06
|
Merge branch 'mrniko/master' into live-object
|
9 years ago |
Nikita
|
d112b5370f
|
refactoring
|
9 years ago |
Nikita
|
e258d82796
|
Deprecated methods removed
|
9 years ago |
Nikita
|
e4d2a06240
|
refactoring
|
9 years ago |
Nikita
|
72afcc431a
|
ExecutorService code cleanup
|
9 years ago |
Nikita
|
e6c0a409e6
|
code cleanup
|
9 years ago |
Nikita
|
f67d21fe24
|
Topic listeners moved to org.redisson.api.listener package
|
9 years ago |
Nikita
|
86ad8b932c
|
Use codec from config for Executor service
|
9 years ago |
Nikita
|
1f73c69531
|
Few fixes
|
9 years ago |
Nikita
|
999428ebb9
|
RExecutorServiceAsync interface added. #208
|
9 years ago |
Nikita
|
cbe9ae6c0f
|
Future interface replaced to RFuture for async methods. #577
|
9 years ago |
Nikita
|
2874e75196
|
refactoring
|
9 years ago |
Nikita
|
984fda8295
|
refactoring
|
9 years ago |
Nikita
|
f8d9d514a3
|
Ability to cancel task in running state. #208
|
9 years ago |
Nikita
|
a2393b0417
|
liveobject's annotations moved to org.redisson.api.annotation package
|
9 years ago |
Nikita
|
1ee4716f64
|
few comments added
|
9 years ago |
Nikita
|
a0a4b1d509
|
project description fixed
|
9 years ago |
Nikita
|
9ef22fe21c
|
Redisson node refactored
|
9 years ago |
Nikita
|
4c95155ab1
|
comments added
|
9 years ago |
Nikita
|
2b42b649f0
|
deprecated methods removed
|
9 years ago |
Nikita
|
21f2b57acf
|
[maven-release-plugin] prepare for next development iteration
|
9 years ago |
Nikita
|
b3d5f49a8d
|
[maven-release-plugin] prepare release redisson-parent-0.9.0
|
9 years ago |
Nikita
|
f2ff3757ae
|
javadoc generation fixed
|
9 years ago |
Nikita
|
53e381ffba
|
added creation javadoc jar for redisson-all module
|
9 years ago |
Nikita
|
8dd8a50e8b
|
[maven-release-plugin] prepare for next development iteration
|
9 years ago |
Nikita
|
63d2ec72e6
|
[maven-release-plugin] prepare release redisson-parent-0.9.0
|
9 years ago |
Nikita
|
08f87d38a7
|
test version set
|
9 years ago |
Nikita
|
749f982a0f
|
[maven-release-plugin] prepare for next development iteration
|
9 years ago |
Nikita
|
e70264c21c
|
[maven-release-plugin] prepare release redisson-parent-2.3.0
|
9 years ago |
Nikita
|
c8b85109d9
|
poms fixed
|
9 years ago |
Nikita
|
f542774645
|
[maven-release-plugin] prepare for next development iteration
|
9 years ago |
Nikita
|
7967d8d3d3
|
[maven-release-plugin] prepare release redisson-parent-2.3.0
|
9 years ago |
Nikita
|
50a4b5b5d1
|
version revered
|
9 years ago |
Nikita
|
b70f7a5fb4
|
[maven-release-plugin] prepare release redisson-parent-2.3.0
|
9 years ago |
Nikita
|
f41fc861f0
|
version fixed
|
9 years ago |
Nikita
|
2d4871736c
|
[maven-release-plugin] prepare release redisson-parent-2.3.0
|
9 years ago |
Nikita
|
6c5098ce77
|
version fixed
|
9 years ago |
Nikita
|
09798ae7e8
|
[maven-release-plugin] prepare for next development iteration
|
9 years ago |
Nikita
|
44f641e8dc
|
[maven-release-plugin] prepare release redisson-parent-2.3.0
|
9 years ago |
Nikita
|
9042258a7a
|
test fixed
|
9 years ago |
Nikita
|
37fccd4690
|
poms updated
|
9 years ago |
Nikita
|
f8ee767887
|
sources moved to redisson module
|
9 years ago |
Nikita
|
bbf160c807
|
redisson module added
|
9 years ago |