- fix bug re: keys with spaces in memory plugin
- move redis/mongo out of peerDependencies into devDependencies
- fix get bug when redis connection is pending
- add bulk get/set/del test
- fix redis bulk insert & double-prefixing
- fix mongo bulk insert
- fix memory ttl
- fix put when options and fn are undefined
- fix ttl override parsing
- fix bug overwriting default plugin options
- fix redis bug overwriting this.options with individual call options
- fix mongo bug overwriting this.options with individual call options
- consolidate memory, mongo, and redis plugins into main lib for now to simplify development cycle
- add get options, flush kev on test end
- add tag & dropTag to api
- add put options to api, standardize arguments passed to plugin functions, factor out plugin test code, support multi-put/del
- add batch puts/dels to TODO
- update repository field in package.json, pin deps, add make install
- switch tests to promises, add batch get to kev-memory
- Pulled out mongo and redis adapters into separate repos
- Cleaned up dependency structure
- Fixed callback params in Mongo 'put' adapter (result was being passed in error param)
- Remove unused MongoServer from test
- Initial Commit
- Kev API & adapters for Mongo, Redis, and Memory
- Tests