Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protocol errors while talking to Redis in Amazon ElasticCache #301

Open
satorg opened this issue Sep 30, 2022 · 1 comment
Open

Protocol errors while talking to Redis in Amazon ElasticCache #301

satorg opened this issue Sep 30, 2022 · 1 comment

Comments

@satorg
Copy link

satorg commented Sep 30, 2022

Description

Intermittent issue.
Failing method: RedisClient#set
Example call:

redisClient.set("some/key/name", "1", NX, 10.minutes)

Example errors:

java.lang.Exception: Protocol error: Got ($,[B@33c1a89b) as initial reply byte
	at com.redis.Reply$$anonfun$errReply$1.applyOrElse(RedisProtocol.scala:133)
	at com.redis.Reply$$anonfun$errReply$1.applyOrElse(RedisProtocol.scala:131)
        ...

OR

java.lang.Exception: $-1
	at com.redis.Reply$$anonfun$errReply$1.applyOrElse(RedisProtocol.scala:132)
	at com.redis.Reply$$anonfun$errReply$1.applyOrElse(RedisProtocol.scala:131)
        ...

Expected behavior

No exceptions should be raised for valid input values.

Server version

> info server
# Server
redis_version:6.0.5
redis_mode:standalone
os:Amazon ElastiCache
arch_bits:64
multiplexing_api:epoll
atomicvar_api:atomic-builtin
gcc_version:0.0.0

Library version

net.debasishg:redisclient_2.13:3.42

@alice-omahony
Copy link

Any update to this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants