You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Description
Intermittent issue.
Failing method:
RedisClient#set
Example call:
Example errors:
OR
Expected behavior
No exceptions should be raised for valid input values.
Server version
Library version
net.debasishg:redisclient_2.13:3.42
The text was updated successfully, but these errors were encountered: