redis-hashes
Version:
redis hash utilities for nodejs
16 lines (12 loc) • 373 B
Markdown
# CHANGELOGS
## 0.1.0 - 2016-09-03
- Initial implementation
## 0.2.0 - 2016-09-04
- Allow selecting specific fields from hash.get and hash.search
## 0.3.0 - 2016-09-04
- Allow removing specified hash by key
## 0.4.0 - 2016-09-04
- Add timestamps(createdAt & updatedAt) to the saved object
- Ensure update & save update timestamps
- Allow multisave
- Improve code JSDOCS