Skip to content

Tags: jamesls/fakeredis

Tags

1.7.1

- `#324 <https://github.com/jamesls/fakeredis/pull/324>`_ Support red…

…is-py 4.1.x

1.7.0

- Change a number of corner-case behaviours to match Redis 6.2.6.

- `#310 <https://github.com/jamesls/fakeredis/pull/310>`_ Fix
DeprecationWarning for sampling from a set
- `#315 <https://github.com/jamesls/fakeredis/pull/315>`_ Improved
support for constructor arguments
- `#316 <https://github.com/jamesls/fakeredis/pull/316>`_ Support
redis-py 4
- `#319 <https://github.com/jamesls/fakeredis/pull/319>`_ Add support
for GET option to SET
- `#323 <https://github.com/jamesls/fakeredis/pull/323>`_ PERSIST and
EXPIRE should invalidate watches

1.6.1

- `#305 <https://github.com/jamesls/fakeredis/pull/305>`_ Some packag…

…ing modernisation

- `#306 <https://github.com/jamesls/fakeredis/pull/306>`_ Fix FakeRedisMixin.from_url for unix sockets
- `#308 <https://github.com/jamesls/fakeredis/pull/308>`_ Remove use of async_generator from tests

1.6.0

- `#304 <https://github.com/jamesls/fakeredis/pull/304>`_ Support aio…

…redis 2

- `#302 <https://github.com/jamesls/fakeredis/pull/302>`_ Switch CI from Travis CI to Github Actions

1.5.2

- Depend on `aioredis<2` (aioredis 2.x is a backwards-incompatible re…

…write).

1.5.1

- `#298 <https://github.com/jamesls/fakeredis/pull/298>`_ Fix a deadl…

…ock caused

  by garbage collection

1.5.0

- Fix clearing of watches when a transaction is aborted.

- Support Python 3.9 and drop support for Python 3.5.
- Update handling of EXEC failures to match redis 6.0.6+.
- `#293 <https://github.com/jamesls/fakeredis/pull/293>`_ Align
  `FakeConnection` constructor signature to base class
- Skip hypothesis tests on 32-bit Redis servers.

1.4.5

- `#285 <https://github.com/jamesls/fakeredis/pull/285>`_ Add support…

… for DUMP and RESTORE commands

- `#286 <https://github.com/jamesls/fakeredis/pull/286>`_ Add support for TYPE option to SCAN command

1.4.4

- `#281 <https://github.com/jamesls/fakeredis/pull/281>`_ Add support…

… for SCRIPT EXISTS and SCRIPT FLUSH subcommands

- `#280 <https://github.com/jamesls/fakeredis/pull/280>`_ Fix documentation about singleton argument

1.4.3

- `#277 <https://github.com/jamesls/fakeredis/pull/277>`_ Implement S…

…ET with KEEPTTL

- `#278 <https://github.com/jamesls/fakeredis/pull/278>`_ Handle indefinite timeout for PUBSUB commands