- Bug Fix: Raise
TypeError
for invalidRedisList
slice types - Bug Fix: Raise
TypeError
for invalidRedisDeque.rotate()
steps - Bug Fix: Implement
RedisDeque.__bool__()
- Previously, all
RedisDeque
s were falsey, evenRedisDeque
s that contained elements
- Previously, all
What's Changed
- Order arguments consistently by @brainix in #336
- Use pipeline inside .__slice_to_indices()... by @brainix in #337
- Simplify code to reduce cognitive load by @brainix in #338
- Raise TypeError for invalid list slice types by @brainix in #339
- Document redis_cache() limitations by @brainix in #340
- Fix nested numbered list formatting in README by @brainix in #341
- Twiddle wording in README by @brainix in #342
- Use pipeline to find len(self) in RedisList.pop() by @brainix in #343
- Update comment to reflect reality by @brainix in #344
- Use pipeline to find self[index]... by @brainix in #345
- Write clearer pipeline blocks by @brainix in #346
- Soften wording in comments by @brainix in #347
- Simplify code to reduce cognitive load by @brainix in #348
- Update CODE_OF_CONDUCT.md by @brainix in #349
- Update issue templates by @brainix in #350
- Update bug report template by @brainix in #351
- Update Contributor Covenant to 2.0 by @brainix in #352
- Upgrade requirements by @brainix in #353
- Raise TypeError for invalid .rotate() steps by @brainix in #354
- Implement RedisDeque.bool() by @brainix in #355
- Remove heroku update from Makefile by @brainix in #356
- Improve wording in comments by @brainix in #357
- Bump version number by @brainix in #358
Full Changelog: v1.1.4...v1.1.5