v1.0.1
- Breaking Change: In
BloomFilter.__init__()
, renamenum_values
argument tonum_elements
- Optimization: Auto-release Redlock on instance destruction
- Quality of Life: Bump log level for self-assigning keys from
INFO
toWARNING
- Documentation: Usage for
RedisCounter
,RedisDeque
,redis_cache()
,CachedOrderedDict
What's Changed
- Improve Makefile by @brainix in #256
- Improve README.md by @brainix in #257
- Document HyperLogLog usage by @brainix in #258
- Add dependencies and Python versions badges by @brainix in #259
- Document redis_cache() usage by @brainix in #260
- Migrate from Travis CI .org to .com by @brainix in #261
- Use doctest module to verify examples in README.md by @brainix in #262
- Simplify HyperLogLog.update() by @brainix in #263
- Ensure self, obj are on same Redis before PFMERGE by @brainix in #264
- Delete upgrade Makefile target by @brainix in #265
- Bump log level for self-assigning keys to WARNING by @brainix in #266
- Recreate upgrade Makefile target by @brainix in #267
- Don't repeat myself by @brainix in #268
- Document CachedOrderedDict usage by @brainix in #269
- Improve README.md by @brainix in #270
- Document RedisDeque usage by @brainix in #271
- Auto-release Redlock on instance destruction by @brainix in #272
- In BloomFilter.init(), rename arg num_elements by @brainix in #273
Full Changelog: v1.0.0...v1.0.1