Skip to content

v2.3.3

Compare
Choose a tag to compare
@brainix brainix released this 31 Dec 03:27
· 152 commits to master since this release
ccfe435

Bug Fix: Don't allow RedisDeques to equal RedisLists...

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

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

What's Changed

Full Changelog: v2.3.2...v2.3.3