Commit Graph

2850 Commits (96e7baad8406ff684b744f8881169541a31ddadf)
 

Author SHA1 Message Date
Nikita 96e7baad84 JSR107 cache implementation should throw javax.cache.CacheException
Nikita 5b3bb84712 [maven-release-plugin] prepare for next development iteration
Nikita b5961401a8 [maven-release-plugin] prepare release redisson-2.9.2
Nikita 6b840af097 netty updated
Nikita f53b5913bd zero-allocation-hashing updated to 0.8
Nikita 38efe7595d netty updated
Nikita f54c462298 Fixed empty result handling for RGeo.radiusStoreTo methods
Nikita Koksharov e544b8ae30 Merge pull request from coryshrmn/feature/georadius-store
Support STORE parameter for GEORADIUS and GEORADIUSBYMEMBER
Nikita bf200044e8 zero-allocation-hashing, byte-buddy and jodd-bean libraries can't be optional.
Nikita 6cb624f0ea Merge branch 'master' of github.com:redisson/redisson
Nikita 0149b05b6f RRemoteService.getFreeWorkers method added
Nikita Koksharov 25e4c01ec3 Merge pull request from SteveDraper/master
Added pre-warm mechanism for locally cached maps
Nikita 349f8bb4bc Merge branch 'master' of github.com:redisson/redisson
Nikita b66be8983a refactoring
Steve Draper 87bcfec6ed Added pre-warm mechanism for locally cached maps
Cory Sherman df0d135980 change API "radiusStore()" -> "radiusStoreTo()"
From @mrniko's feedback, to match RSortable API.
Read from current Geo, store to destName.
Cory Sherman cbb485cb0b add doc for RGeo.radiusStore fromKey
Nikita Koksharov 35153462b0 Update CHANGELOG.md
Nikita Koksharov f5735ee03a Update README.md
Nikita a704017ace [maven-release-plugin] prepare for next development iteration
Nikita 61f070af4e [maven-release-plugin] prepare release redisson-2.9.1
Nikita Koksharov f48c730fb1 Merge pull request from SteveDraper/LocalCacheMapGetAllAsync
Fixed local cache resolution of getAllAsync
Nikita b9c12bb413 Merge branch 'master' of github.com:redisson/redisson
Nikita 5e34084161 Fixed - reference to avro module has been removed.
Steve Draper e7034f81ae Fixed local cache resolution of getAllAsync
Rui Gu 205955f9a4 Update README.md
Rui Gu 5a4e268f9d added map reduce service to service section
Nikita Koksharov d84f3f5ade Update README.md
Nikita Koksharov 74b9b62210 Update CHANGELOG.md
Nikita 30d0074e9a [maven-release-plugin] prepare for next development iteration
Nikita 351c36c700 [maven-release-plugin] prepare release redisson-2.9.0
Nikita f47bb51150 JDK 1.6 compilation fixed
Nikita 3329d1571b Comment added
Nikita Koksharov 5f8f77398b Merge pull request from jackygurui/issue_848
Changing data types in xsd file to strings. Fix 
Rui Gu 8efdec0ac2 Changing data types in xsd file to all strings. Fix
added  a test case to cover the change
Nikita c02a443f33 Compilation fixed
Nikita e75f4f5226 Comments
Nikita 8e29482444 Comments added
Nikita ffac9cb35d InvalidationPolicy.ON_CHANGE_WITH_LOAD_ON_RECONNECT option added
Nikita 0a876bd5fa Fixed - status listener should be invoked only for channel it added
Nikita Koksharov 0f2a3c6ffc Merge pull request from iamdobi/master
fix 
Nikita e76d872c7b Fix for https://github.com/FasterXML/jackson-databind/issues/1599
Nikita c14e97c068 jackson downgraded to 2.6.7 to safe JDK 1.6 compatibility.
Cory Sherman fccab83a7a WIP radiusStore() impl, only empty tests fail
Failed Tests:

1. RedissonGeoTest.testRadiusStoreMemberEmpty
    org.redisson.client.RedisTimeoutException: Redis server response timeout (3000 ms) occured for command: (GEORADIUSBYMEMBER) with params: [test, Palermo, 200.0, km, STORE, test-store]
	at org.redisson.command.CommandAsyncService$10.run(CommandAsyncService.java:646)
    ...

2. RedissonGeoTest.testRadiusStoreEmpty
    org.redisson.client.RedisTimeoutException: Redis server response timeout (3000 ms) occured for command: (GEORADIUS) with params: [test, 15.0, 37.0, 200.0, km, STORE, test-store]
	at org.redisson.command.CommandAsyncService$10.run(CommandAsyncService.java:646)
    ...
Cory Sherman ca23bb99a2 fix GEORADIUSBYMEMBER STORE
it was using the wrong codec for member parameter
Cory Sherman 7a93056849 WIP radiusStore() implementation
"GEORADIUS ... STORE" passes tests
"GEORADIUSBYMEMBER ... STORE" fails all tests. not sure why
Nikita 3b1db140cd @SuppressWarnings("serial") added
Nikita 6ca84107ed comment fixed
Nikita 2825b5b63e LocalCachedMapOptions.invalidationPolicy and
ON_CHANGE_WITH_CLEAR_ON_RECONNECT invalidation option were introduced
Nikita fe718ac0ad LRUCacheMap.onMapFull fixed