You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Owen Nichols (Jira)" <ji...@apache.org> on 2022/06/22 20:47:04 UTC

[jira] [Closed] (GEODE-9816) Implement Radish CLIENT command

     [ https://issues.apache.org/jira/browse/GEODE-9816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen Nichols closed GEODE-9816.
-------------------------------

> 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
>             Fix For: 1.15.0
>
>
> 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.7#820007)