Jens Deppe created GEODE-9816:
---------------------------------
Summary: 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
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}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)