You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lettuce-redis-client-users
In my application I am using sorted set with lettuce to store data.
I also have a case the data is filtered before writing it into Redis. I was not expecting to see lettuce driver fail trying to insert empty array. I assumed it will not assert anything but not throwing an exception.
java.lang.IllegalArgumentException:ScoresAndValues must not be empty at io.lettuce.core.internal.LettuceAssert.notEmpty(LettuceAssert.java:71) at io.lettuce.core.RedisCommandBuilder.zadd(RedisCommandBuilder.java:2317)