[ 
https://issues.apache.org/jira/browse/GEODE-9166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17368827#comment-17368827
 ] 

ASF subversion and git services commented on GEODE-9166:
--------------------------------------------------------

Commit f4c2b807c95512c4cad749d410629b186286a057 in geode's branch 
refs/heads/develop from Jens Deppe
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=f4c2b80 ]

GEODE-9166: Implement radish MOVED response (#6595)

- Requests for keys that are not hosted by the server will received a
  -MOVED <slot> <host>:<port> error response.
- All key operations are performed against a LocalDataSet instead of a
  Region. Typically use `RegionProvider.getLocalDataRegion()` to
  retrieve the region for get/put use.
- Jedis library bumped to 3.6.0 to pick up fixes for JedisCluster
  to reconnect correctly.
- Removed InfoDUnitTest since it's testing is already covered and does
  not require multiple servers.


> Implement the MOVED Redirection
> -------------------------------
>
>                 Key: GEODE-9166
>                 URL: https://issues.apache.org/jira/browse/GEODE-9166
>             Project: Geode
>          Issue Type: New Feature
>          Components: redis
>            Reporter: Wayne
>            Priority: Major
>              Labels: pull-request-available, redis
>             Fix For: 1.15.0
>
>
> Implement the [MOVED|https://redis.io/topics/cluster-spec#moved-redirection] 
> Redirection as compatible with Redis and the 
> [RFC|https://cwiki.apache.org/confluence/display/GEODE/Geode+Compatibility+with+Redis+data+sharding+and+cluster+changes].
>  
> +Acceptance Criteria+
> New DUnit tests are developed to assert that the behavior is correct.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to