Skip to content

Release version 0.1.3

Compare
Choose a tag to compare
@SebastiaanZ SebastiaanZ released this 27 Sep 10:18
4747955

A small patch release that fixes an issue with using the password kwarg while using fakeredis. The server back-end provided by fakeredis does not support the Redis AUTH command, which triggers an exception whenever password is set to anything but None. To prevent that bug, we now just drop the password kwarg whenever constructing a pool using fakeredis instead of aioredis.