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
Notifications are enabled using the notify-keyspace-events of redis.conf or via the CONFIG SET. Setting the parameter to the empty string disables notifications.
Caused by: java.lang.IllegalArgumentException: Value must not be null or empty
at org.springframework.util.Assert.hasText(Assert.java:240)
at org.springframework.data.redis.connection.lettuce.LettuceReactiveServerCommands.setConfig(LettuceReactiveServerCommands.java:133)
Is this expected?
The text was updated successfully, but these errors were encountered:
The Redis documentation says (emphasis by me):
However, when I try to do:
An error is thrown:
Is this expected?
The text was updated successfully, but these errors were encountered: