- Added option in rebalancer to flush an instance that has dropped out. Read more in README.md
- Improved rebalancer testing
- Updated license
- Updated README.md
- Did some micro optimizations to improve performance a little
- Updated benchmark results to reflect code changes and bench setup
- Improved code consistency
- Updated README.md
- Added benchmark
- Added ability to change separator for error and result objects
- Updated README.md
- Fixed Redis error in test
- Fixed Rebalancer to support replication
- Updated README.md
- Changed Redis error from JSON.stringify to toString for better readability
- Rewrote error logging system and tests
- Made sure
Helper.flatten
doesn't ignore empty arrays
- Added naive
mget
command implementation and tests
- Bumped version to correct number
- Fixed CHANGELOG.md
- Fixed the npm package name
- Added git repo link in package.json
- Renamed package ARed to ared
- Updated README.md
- Released NPM package
- Made sure all caps commands are accepted
- Fixed issue when all values are
null
in multi key commands - Added test case for all
null
values in multi keys commands
- Fixed issue with
null
values in multi key commands - Added test case for
null
values in multi keys commands
- Exposed
Helper
class for external access - Renamed internal method
Helper.shuffle
to follow style guidelines
- Added extra keyword for package.json
- Bumped version in package.json
- Updated example in README.md
- Revamped error logging system to have more details
- Added support for multi key commands (only PFCOUNT for now)
- Temporary removed
mget
from read commands - Added
dump
support for proper ARead random reads - Updated tests
- Added example to README.md
- Made sure library does not depend on globals
- Added CHANGELOG.md
- Added LICENSE
- Added
hgetall
,pfcount
,smembers
support for proper ARead random reads - Renamed README.MD to README.md
- Formatted README.md for better readability
- Updated README.md with some extra info