Nikita
|
93dd797b1c
|
comments added
|
9 years ago |
Nikita
|
bec6ee4d4d
|
failed connection should be closed
|
9 years ago |
Nikita
|
11602d914f
|
refactoring
|
9 years ago |
jackygurui
|
6f7f55a8ee
|
Redis server now runs on a random port
added one more timeout
|
9 years ago |
jackygurui
|
780b58e429
|
more global and local timeout for tests
|
9 years ago |
jackygurui
|
92db4fe8df
|
removed static modifier on local timeout
|
9 years ago |
jackygurui
|
8f32bd6d7d
|
added local test timeout
|
9 years ago |
jackygurui
|
5b72ef24a8
|
Added Test timeout
|
9 years ago |
Nikita
|
db1a5d936d
|
Merge branch 'master' of github.com:mrniko/redisson
|
9 years ago |
Nikita
|
3a33801ede
|
Comment fixed
|
9 years ago |
Rui Gu
|
87f5be54f0
|
fixed Redisson Reference nested in ScoreEntry
|
9 years ago |
Rui Gu
|
a1ddc113d7
|
Merge branch 'mrniko/master' into redisson-reference
|
9 years ago |
Rui Gu
|
082ee703a7
|
Fixed iterator not been converted
|
9 years ago |
Nikita
|
2bed5e7cfd
|
default timeouts risen
|
9 years ago |
Nikita
|
138be8e3ae
|
testAutoExpire test fixed
|
9 years ago |
Nikita
|
90426847ec
|
comments added
|
9 years ago |
Nikita
|
e4909f16d2
|
TRYAGAIN error handling. #612
|
9 years ago |
Nikita
|
e76d28a768
|
Check that RLock still belongs to owner during renewal expiration. #597
|
9 years ago |
Nikita
|
7484d2adb1
|
source.target set to 1.8 #500
|
9 years ago |
Nikita
|
0223f1fc5e
|
Merge branch 'master' into 3.0.0
|
9 years ago |
Nikita
|
42bc256cc7
|
javadoc parser compatibility fixed
|
9 years ago |
Nikita
|
9384e1b61c
|
valuesAmountToClean risen from 100 to 500
|
9 years ago |
Nikita
|
c1326cc5b7
|
javadoc parser compatibility fixed
|
9 years ago |
Nikita
|
3a33d21ac1
|
CompletableFuture & CompletionStage integration. #500
|
9 years ago |
Nikita
|
702a38d968
|
Revert "CompletableFuture & CompletionStage integration. #500"
This reverts commit 27209e88f2 .
|
9 years ago |
Nikita
|
321ac1f919
|
Merge branch 'master' of github.com:mrniko/redisson
|
9 years ago |
Nikita
|
27209e88f2
|
CompletableFuture & CompletionStage integration. #500
|
9 years ago |
Rui Gu
|
847e17339f
|
Merge branch 'mrniko/master' into redisson-reference
|
9 years ago |
Rui Gu
|
cfbd2ce874
|
API comments added
|
9 years ago |
Rui Gu
|
3af0a46078
|
Fixed JSON and YAML config issue
|
9 years ago |
Nikita
|
45a0989bd1
|
refactoring
|
9 years ago |
Rui Gu
|
69dce47b80
|
Fixed RLiveObject in Redisson Reference
|
9 years ago |
Nikita Koksharov
|
7c69f1776d
|
Merge pull request #605 from jackygurui/redisson-reference
Redisson Reference
|
9 years ago |
Nikita
|
951c8dd016
|
RMultimap.get should return RSet or RList interface instead of Set and List. #464
|
9 years ago |
Nikita
|
008cd075e9
|
Promise interface switched
|
9 years ago |
Nikita
|
2e2d5c1b70
|
license header corrected
|
9 years ago |
Nikita
|
07f0228de5
|
PermitExpirableSemaphore implemented. #604
|
9 years ago |
jackygurui
|
e36ec9c9e4
|
Added FieldAccessor Support
Added FieldAccessorInterceptor
Added FieldAccessor annotation
Added test
|
9 years ago |
jackygurui
|
cbfb902d8f
|
Extra interface methods and tests
|
9 years ago |
jackygurui
|
0bd337db13
|
Enabled more interceptors
Enabled RObjectInterceptor
Enabled RExpirableInterceptor
Enabled RMapInterceptor
|
9 years ago |
jackygurui
|
d1eb2ece8f
|
Renamed ExpirableInterceptor to RExpirableIntercepor
Added RMapInterceptor
Added RObjectInterceptor
Added ClassUtils
|
9 years ago |
jackygurui
|
552eb98012
|
fix compilation
|
9 years ago |
jackygurui
|
fe5164e2c5
|
fix compilation
|
9 years ago |
jackygurui
|
e0b2c9c643
|
Merge remote-tracking branch 'origin/redisson-reference' into redisson-reference
|
9 years ago |
jackygurui
|
5677374e49
|
fix compilation
|
9 years ago |
jackygurui
|
410d843a8b
|
Merge branch 'mrniko/master' into redisson-reference
|
9 years ago |
jackygurui
|
ec0e5916fb
|
added warm up process to improve usage performance
|
9 years ago |
jackygurui
|
51c5b6546f
|
Relocated RedissonObjectFactory to org.redisson.misc
|
9 years ago |
jackygurui
|
1752722d59
|
added RedissonObjectBuilder
RedissonObjectBuilder is now used to cache builder methods as oppose to
use nested maps for code quality improvement
|
9 years ago |
jackygurui
|
581c26bbd1
|
Code quality improvement
Changed to use BiHashMap for class association lookup instead of using
class path string manipulation.
|
9 years ago |
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 |