8000 Tags · jamesls/fakeredis · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jamesls/fakeredis

Tags

1.4.2

Toggle 1.4.2's commit message
- `#269 <https://github.com/jamesls/fakeredis/issues/269>`_ Prevent p…

…assing booleans from Lua to redis

- `#254 <https://github.com/jamesls/fakeredis/issues/254>`_ Implement TIME command
- `#232 <https://github.com/jamesls/fakeredis/issues/232>`_ Implement ZADD with INCR
- Rework of unit tests to use more pytest idioms

1.4.1

Toggle 1.4.1's commit message
Support redis-py 3.5 (no code changes, just setup.py)

1.4.0

Toggle 1.4.0's commit message
- Add support for aioredis.

- Fix interaction of no-op SREM with WATCH.

1.3.1

Toggle 1.3.1's commit message
Make errors from Lua behave more like real redis

1.3.0

Toggle 1.3.0's commit message
- `#266 <https://github.com/jamesls/fakeredis/pull/266>`_ Implement r…

…edis.log in Lua

1.2.1

Toggle 1.2.1's commit message
- `#262 <https://github.com/jamesls/fakeredis/issues/262>`_ Cannot re…

…pr redis object without host attribute

- Fix a bug in the hypothesis test framework that occasionally caused a failure

1.2.0

Toggle 1.2.0's commit message
- Drop support for Python 2.7.

- Test with Python 3.8 and Pypy3.
- Refactor Hypothesis-based tests to support the latest version of Hypothesis.
- Fix a number of bugs in the Hypothesis tests that were causing spurious test
  failures or hangs.
- Fix some obscure corner cases

  - If a WATCHed key is MOVEd, don't invalidate the transaction.
  - Some cases of passing a key of the wrong type to SINTER/SINTERSTORE were
    not reporting a WRONGTYPE error.
  - ZUNIONSTORE/ZINTERSTORE could generate different scores from real redis
    in corner cases (mostly involving infinities).

- Speed up the implementation of BINCOUNT.

1.1.1

Toggle 1.1.1's commit message
- Support redis-py 3.4.

1.1.0

Toggle 1.1.0's commit message
- `#257 <https://github.com/jamesls/fakeredis/pull/257>`_ Add other i…

…nputs for redis connection

1.0.5

Toggle 1.0.5's commit message
- `#247 <https://github.com/jamesls/fakeredis/pull/247>`_ Support NX/…

…XX/CH flags in ZADD command

- `#250 <https://github.com/jamesls/fakeredis/pull/250>`_ Implement UNLINK command
- `#252 <https://github.com/jamesls/fakeredis/pull/252>`_ Fix implementation of ZSCAN
0