Nikita
161dd1c2d2
minor fixes
9 years ago
Nikita
1ceb5a1a1c
Correct shutdown handling
9 years ago
Nikita Koksharov
a203ee1a0a
Merge pull request #261 from lefay1982/master
...
Add support for cbor (http://cbor.io/ ) codec
9 years ago
lefay
3c932ff263
Merge branch 'master' of https://github.com/mrniko/redisson
9 years ago
lefay
62ae0a3c6c
Add support for cbor ( http://cbor.io/ ) codec by jackson-dataformat-cbor, cbor it's like JSON. but fast and small.
9 years ago
Nikita
dab99e363a
additional assertions
9 years ago
Nikita
2f5f8e6fdf
minor improvements
9 years ago
Nikita
3f09bcb4cb
pull connection in async way. #223
9 years ago
Matthew Caruana Galizia
51f185c900
Make the iterator method public
...
The `iterator` method in RedissonSet is public. It would be useful to make the RedissonMap iterator public, too, enabling iteration over hashes with millions of keys without memory issues.
9 years ago
jackygurui
922e68470d
Merge branch 'mrniko/master'
9 years ago
Nikita Koksharov
994bb2da47
Merge pull request #255 from setronica-dev/two-locked-threads
...
fix issue EOFException when I use RLock with SerializationCodec #254
9 years ago
Oleg Ternovoi
0349e5c3b0
fix issue EOFException when I use RLock with SerializationCodec #254
9 years ago
jackygurui
8b587cf16b
Merge branch 'mrniko/master'
10 years ago
Nikita
4c483c6bc0
Merge branch 'master' of github.com:mrniko/redisson
10 years ago
Nikita
d05f8c154d
RedissonCountDownLatch & RedissonLock internal subscribe/unsubscribe sync simplified
10 years ago
jackygurui
e31ac9c60e
Merge remote-tracking branch 'mrniko/master'
10 years ago
Nikita Koksharov
48f6e88b23
Update README.md
10 years ago
Nikita Koksharov
41332bd846
Update README.md
10 years ago
Nikita Koksharov
75c94f3723
Update README.md
10 years ago
Nikita Koksharov
a10e1dc104
Update README.md
10 years ago
Nikita
e7fd81ecac
[maven-release-plugin] prepare for next development iteration
10 years ago
Nikita
e8f21d8d88
[maven-release-plugin] prepare release redisson-2.1.3
10 years ago
Rui Gu
1f3796b79a
Merge branch 'mrniko/master'
10 years ago
Nikita
5dccc2ebdd
timeout pubsub test added
10 years ago
Rui Gu
61ecf7f1f3
Merge branch 'mrniko/master'
10 years ago
Nikita
fbef4ee89a
Codec's encoder/decoder instances caching
10 years ago
Nikita
40af48f4ae
resubscribe to channel-patterns during slave down
10 years ago
Nikita
387343e304
RedisPubSubConnection channel resubscribe. #248
10 years ago
Rui Gu
11f53363a2
Merge branch 'mrniko/master'
10 years ago
Nikita
51542946d0
reconnect wrapped Channel in RedisConnection when RefreshConnectionAfterFails has been reached. #198
10 years ago
Nikita
d484c19598
Ability to define Codec for each object. #134
10 years ago
Rui Gu
a427464685
Merge branch 'mrniko/master'
10 years ago
Nikita
8468b6c098
few comments added
10 years ago
Nikita Koksharov
bd7469d7fb
Merge pull request #244 from scubasau/elasticacheMasterSlave
...
Master / Slave configuration for ElastiCache Replication Group
10 years ago
Nikita
2fe0290a08
first and last methods added. #143
10 years ago
Nikita
2fbc345922
Merge branch 'master' of github.com:mrniko/redisson
10 years ago
Steve Ungerer
53d4ff826b
non-functional; correct javadoc
10 years ago
Nikita
ca7a504c3e
ZREMRANGEBYLEX support added. #143
10 years ago
Nikita
bc0431a4b6
ZREMRANGEBYSCORE added. #143
10 years ago
Nikita
55c8534d8f
ZREMRANGEBYRANK support added #143
10 years ago
Steve Ungerer
985499bceb
https://github.com/mrniko/redisson/pull/244
...
Non-functional; rename config and connection manager class names
10 years ago
Nikita
1bfc3a7a13
RLexSortedSet object introduced. #135
10 years ago
Nikita Koksharov
b0b9bb4f86
Update README.md
10 years ago
Nikita
3ab7e1afc8
lexCountTail & lexCountHead methods added. #143
10 years ago
Nikita
4877152190
lexRange, lexRangeHead and lexRangeTail methods added. #135
10 years ago
Nikita
803ca44348
RScoredSortedSet rank and lexCount functions added. #143
10 years ago
Steve Ungerer
ad24fed86b
no need to invoke slaveDown(). also some non-functional cleanup
10 years ago
Nikita
664e8904f7
minor update
10 years ago
Nikita
0715a5489c
RBatch.getScoredSortedSet added
10 years ago
Nikita
ff6d92d298
minor fix
10 years ago