Skip to content

v2.3.4

Compare
Choose a tag to compare
@brainix brainix released this 31 Dec 04:10
· 150 commits to master since this release
bd11210

Bug Fix: Don't allow RedisDeques to equal Python lists...

...even when they contain the same elements. Observe:

>>> import collections
>>> collections.deque([1, 2, 3]) == [1, 2, 3]
False

What's Changed

  • Don't allow RedisDeques to equal Python lists... by @brainix in #574

Full Changelog: v2.3.3...v2.3.4