Commit Graph

2789 Commits (cbb485cb0bbba29ce279d4937ced7670a5d2efb9)
 

Author SHA1 Message Date
Cory Sherman cbb485cb0b add doc for RGeo.radiusStore fromKey 8 years ago
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)
    ...
8 years ago
Cory Sherman ca23bb99a2 fix GEORADIUSBYMEMBER STORE
it was using the wrong codec for member parameter
8 years ago
Cory Sherman 7a93056849 WIP radiusStore() implementation
"GEORADIUS ... STORE" passes tests
"GEORADIUSBYMEMBER ... STORE" fails all tests. not sure why
8 years ago
Cory Sherman db2d872456 add tests for RGeo.radiusStore() 8 years ago
Cory Sherman cb69d7bd9f add API RGeo.radiusStore() (interface only)
These are mostly a copy of existing radius() methods.

Since the result is stored in a GeoHash, the GeoOrder parameter is useless without the Count parameter.
So we did not include the signatures from radius() with GeoOrder and no Count.
8 years ago
Nikita b4978ed9e0 refactoring 8 years ago
Nikita f3217373f2 Merge branch 'master' of github.com:redisson/redisson 8 years ago
Nikita bebbe604e1 NullValue instance should be unwrapped in RedissonCache.get method. #853 8 years ago
Nikita Koksharov e119935c74 Merge pull request #854 from jackygurui/add-and-get-for-mapcache
renamed test method and removed standard out output
8 years ago
Rui Gu 32e8c1bb98 renamed test method and removed standard out output 8 years ago
Nikita Koksharov e35737e08b Merge pull request #830 from jackygurui/add-and-get-for-mapcache
fix the #827
8 years ago
Rui Gu c9002cbd18 Merge branch 'redisson/master' into add-and-get-for-mapcache
# Conflicts:
#	redisson/src/test/java/org/redisson/RedissonMapCacheTest.java
8 years ago
Nikita 9e0d445ee9 RedissonCache should put NullValue object instead of null #853 8 years ago
Nikita 4b288c7d47 refactoring 8 years ago
Nikita 0d297332d0 refactoring 8 years ago
Nikita Koksharov 89320d32f9 Merge pull request #843 from iamdobi/master
fix #813
8 years ago
Nikita 91a03ecd90 Fixed error - No field factory in class Ljava/net/URL #840 8 years ago
Nikita bac2e9becd WEAK eviction policy added for RedissonLocalCachedMap 8 years ago
Nikita a91d54227d expire, expireAt, move, migrate, clearExpire, renamenx, rename, remainTimeToLive methods added to RKey 8 years ago
dobi 0c4e788e00 add unit tests for #843 8 years ago
Nikita dccc9dc153 Merge branch 'master' of github.com:redisson/redisson 8 years ago
dobi 98a5ff882b consider mapCache.
change map.put() -> put().
8 years ago
Nikita Koksharov 8d582a3e96 Merge pull request #841 from iamdobi/master
fix the #699
8 years ago
dobi 5f11dcf566 remove unnecessary lines 8 years ago
dobi 944adb4e30 fix the #699 8 years ago
Nikita Koksharov 1c9eba2c50 Merge pull request #838 from jackygurui/cluster-runner-to-support-add-slaves
cluster runner now support adding slaves
8 years ago
Nikita Koksharov 36f875d01a Merge pull request #836 from jackygurui/schema-fix
schema file corrected as suggested by #835
8 years ago
Nikita 1261497a7e leaseTime removed 8 years ago
Rui Gu 06be4bad10 only delete the cluster config if the config dir is random 8 years ago
Rui Gu e29636e17a cluster runner now support adding slaves 8 years ago
Nikita add60c86d9 NPE checking in RRemoteService 8 years ago
Nikita c52985ef8c refactoring 8 years ago
Nikita 242c73897f refactoring 8 years ago
Nikita 5d4d66c83e Merge branch 'master' of github.com:redisson/redisson 8 years ago
Nikita 31003d921b Compilation fixed 8 years ago
Nikita 015ebbe871 LRUCacheMap optimization. 8 years ago
Rui Gu dbfe0f6958 schema file corrected as suggested by #835 8 years ago
Nikita Koksharov b89ad00ff1 Merge pull request #821 from smigfu/master
Make spring-boot-actuator bundle as optional
8 years ago
Nikita 71a19f792c comments fixed 8 years ago
Nikita d4e8e9ec7f retryAttempts, retryInterval, timeout methods added to RBatch object 8 years ago
Rui Gu 93d8e7f139 added assertion 8 years ago
Rui Gu c896e04947 should use double type for test 8 years ago
Rui Gu 09077c7ab7 fixed wrong angle direction 8 years ago
Rui Gu 6a48ef0c4f one more case and fix added
value of the addAndGet method shall always be encoded using StringCodec
8 years ago
Rui Gu 38c8ae6a78 checks and fixed a few more different usage 8 years ago
Nikita bdf473a8b8 Introduced timeout parameter for MapReduced. #312 8 years ago
Nikita 111bb4dd59 Removed unnecessary error logging during shutdown for RedissonRemoteService 8 years ago
Nikita 4254e485fe CoordinatorTask introduced. #312 8 years ago
Nikita 32448cf052 refactoring 8 years ago