MIMSoftware / haste-server

Customizations made to seejohnrun/haste-server
7 stars 11 forks source link

Update datastore storage format #36

Closed neandrake closed 10 years ago

neandrake commented 10 years ago

Updating the datastores to handle adding additional metadata. Only redis now stores the metadata. The redis storage now stores two entries per file, a 'info.key' for the metadata, and 'data.key' for the file contents. Closes #34

neandrake commented 10 years ago

This breaks backwards compatibility with the old storage format. I don't think there's any need to support the old format.