You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kristen (Jira)" <ji...@apache.org> on 2021/11/17 18:49:00 UTC

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

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

Kristen reassigned GEODE-9816:
------------------------------

    Assignee: Kristen

> 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
>
> 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)