- Update to 2.23.4.
- Changes from v2.23.4
* fix:move random seed to HeavyKeeper to avoid issues.
* Documented how to use fakeredis with FastAPI.
* Using black for linting python code.
- Changes from v2.23.3
* docs: Full code for FastAPI integration
* Fix ttl for empty stream
- Changes from v2.23.2
* Fix reading multiple streams with blocking
- Changes from v2.23.1
* Fix `XREAD` behavior when `COUNT` is not provided but `BLOCKING`
is provided
- Changes from v2.23.0
* Support for TDigest commands:
`TDIGEST.ADD`,`TDIGEST.BYRANK`,`TDIGEST.BYREVRANK`,`TDIGEST.CDF`,
`TDIGEST.CREATE`, `TDIGEST.INFO`, `TDIGEST.MAX`, `TDIGEST.MERGE`,
`TDIGEST.MIN`, `TDIGEST.QUANTILE`, `TDIGEST.RANK`,
`TDIGEST.RESET`, `TDIGEST.REVRANK`, `TDIGEST.TRIMMED_MEAN`.
* Import `Self` from typing vs. typing_extension
* Update dependencies
* Add redis-py 5.0.4 to tests
* Update lupa version constraint
- Changes from v2.22.0
* Support for setting LUA version from environment variable
`FAKEREDIS_LUA_VERSION`
* Support for loading LUA binary modules in fakeredis
* Fix the type hint for the version parameter in the async client
* Using LUA 5.1 like real redis
* fix: FakeRedisMixin.from_url() return type is really Self.
OBS-URL: https://build.opensuse.org/request/show/1190553
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fakeredis?expand=0&rev=53