Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Jun 19, 2024
1 parent 0eeb832 commit 43e288d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brq/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ async def get_stream_full_info(self, stream_key: str) -> _StreamFullInfo | None:
except IndexError:
# If no consumer group is found, xinfo_stream full will raise IndexError
# https://github.com/redis/redis-py/pull/3282
# TODO: Remove when redis release >=5.0.6
# TODO: Remove when redis release > 5.0.6
logger.warning(
"Due to redis-py bug, only brief info when no consumer group found. See https://github.com/redis/redis-py/pull/3282 for more details."
)
Expand Down

0 comments on commit 43e288d

Please sign in to comment.