How to solve these two problems? Asking for help~ #1742
-
Caused by: org.springframework.data.redis.RedisSystemException: Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: ERR The XGROUP subcommand requires the key to exist. Note that for CREATE you may want to use the MKSTREAM option to create an empty stream automatically. Caused by: io.lettuce.core.RedisCommandExecutionException: ERR The XGROUP subcommand requires the key to exist. Note that for CREATE you may want to use the MKSTREAM option to create an empty stream automatically. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For anyone running into this issue, it's because you need to use the optional MKSTREAM subcommand
|
Beta Was this translation helpful? Give feedback.
For anyone running into this issue, it's because you need to use the optional MKSTREAM subcommand