Skip to content

Commit

Permalink
fix:xreadgroup when stream length is less than COUNT #344
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Dec 15, 2024
1 parent 673641b commit 181c978
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ tags:
toc_depth: 2
---

## v2.26.2

### 🐛 Bug Fixes

- Fix bug in `xreadgroup` when stream length is less than COUNT with BLOCK #344

## v2.26.1

### 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [
{ include = "fakeredis" },
{ include = "LICENSE", to = "fakeredis" },
]
version = "2.26.1"
version = "2.26.2"
description = "Python implementation of redis API, can be used for testing purposes."
readme = "README.md"
keywords = ["redis", "RedisJson", "RedisBloom", "tests", "redis-stack"]
Expand Down

0 comments on commit 181c978

Please sign in to comment.