- Fixed bug in namespace for BaseTestIntegration class
- Added code highlights in docs and fixed some typos in examples
- Changes compatible with RedisLabs RedisBloom v 2.2.1
- NON_SCALING and EXPANSION combination is not allowed in Bloom Filter Reserve and Insert commands
- Updated documentation for Bloom and Cuckoo filters
- Moved test coverage from scrutinizer to code climate
- Changes compatible with RedisLabs RedisBloom v 2.2.0
- Counter-Min Sketch IncrementBy command returns now a array of counters for each incremented item, before returned a boolean
- Added NON_SCALING optional param to Bloom Filter Reserve and Insert commands
- Added CHANGELOG.md
- Added EXPANSION option to Bloom Filter Reserve and Insert commands
- Small refactoring
- Travis and Scrutinizer config files
- BF Insert command doesn't accept now error rate = 1, it has to be < 1
- BF and CF Info commands implementation, tests and documentation
- More changes in documentation
- Small changes in documentation
- First implementation compatible with RedisLabs RedisBloom v 2.0.x