Jedis does not support returning PendingMessagesSummary #2992
Answered
by
sazzad16
jiangxiaoqiang
asked this question in
Q&A
-
when I using jedis 3.7.1 to fetch the redis pending stream message,shows error: Jedis does not support returning PendingMessagesSummary more information: https://stackoverflow.com/questions/72195607/jedis-does-not-support-returning-pendingmessagessummary Am I missing something? |
Beta Was this translation helpful? Give feedback.
Answered by
sazzad16
May 11, 2022
Replies: 1 comment 1 reply
-
You are not using Jedis directly. You are using it through spring-data-redis. Even though Jedis has added the support of PendingMessagesSummary, spring-data-redis has not included the support of Jedis. That is why you are getting the error. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sazzad16
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are not using Jedis directly. You are using it through spring-data-redis.
Even though Jedis has added the support of PendingMessagesSummary, spring-data-redis has not included the support of Jedis. That is why you are getting the error.