Tags: jamesls/fakeredis
Tags
- `#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
- 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.
- `#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