memory usage
command passes key as String
instead of using the codec
#2424
Labels
type: bug
A general bug
Milestone
Bug Report
Current Behavior
when I run the code below,
the tcpdump result in redis server look like this,
Environment
Possible Solution
command builder doesn't seem to use
addKey()
when adding a key for memory usage only.https://github.com/lettuce-io/lettuce-core/blob/main/src/main/java/io/lettuce/core/RedisCommandBuilder.java#L1734-L1736
Additional context
The text was updated successfully, but these errors were encountered: