danielealbano / cachegrand

cachegrand - a modern data ingestion, processing and serving platform built for today's hardware
BSD 3-Clause "New" or "Revised" License
975 stars 34 forks source link

Implement types support in the storage db #221

Closed danielealbano closed 2 years ago

danielealbano commented 2 years ago

Currently the storage db has no knowledge of the type of data held in the chunks. it's necessary to add a metadata field to the chunk sequence to indicate what they contain (string, list, sorted set, hash, set, etc.).