[
https://issues.apache.org/jira/browse/GEODE-9816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446158#comment-17446158
]
ASF subversion and git services commented on GEODE-9816:
--------------------------------------------------------
Commit 293dd97d73d2e85792d6a8145d00224fd5381507 in geode's branch
refs/heads/develop from Kris10
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=293dd97 ]
GEODE-9816: Added CLIENT SETNAME and GETNAME commands. (#7123)
Co-authored-by: Kristen Oduca <[email protected]>
> Implement Radish CLIENT command
> -------------------------------
>
> Key: GEODE-9816
> URL: https://issues.apache.org/jira/browse/GEODE-9816
> Project: Geode
> Issue Type: New Feature
> Components: redis
> Reporter: Jens Deppe
> Assignee: Kristen
> Priority: Major
> Labels: pull-request-available
>
> It appears that using {{JedisCluster}} with security requires the {{CLIENT}}
> command to exist. Using {{JedisCluster}} as:
> {noformat}
> JedisCluster jedis = new JedisCluster(new HostAndPort(BIND_ADDRESS,
> redisServerPort),
> REDIS_CLIENT_TIMEOUT, SO_TIMEOUT, DEFAULT_MAX_ATTEMPTS, "user", "user",
> "client",
> new GenericObjectPoolConfig<>()); {noformat}
> Results in connection errors:
> {noformat}
> Caused by: redis.clients.jedis.exceptions.JedisDataException: ERR unknown
> command `CLIENT`, with args beginning with: `setname`, `client`,
> {noformat}
> We will need to decide which subcommands to implement. At a minimum:
> - {{SETNAME}} (https://redis.io/commands/client-setname)
--
This message was sent by Atlassian Jira
(v8.20.1#820001)