Packages
Parses an Redis dump backup file (.rdb file) and extracts entries into a Stream for out of band processing of data stored in redis.
Current section
Files
Jump to
Current section
Files
rdb_parser
CHANGELOG.md
CHANGELOG.md
## 0.3.1
Support intset (special encoding for Sets with only integers)
## 0.3.0
Support Hash extraction
## 0.2.0
Support most Set extraction
## 0.1.0
Initial release - supports string extraction