shinypb / openkeyval

OpenKeyval.org is a completely open key-value data store, exposed as a drop-dead simple web service. The goal is to make this a very easy way to persist data in web applications.
http://openkeyval.org
Other
136 stars 35 forks source link

Keys are not persistent. #7

Closed hydrogen18 closed 13 years ago

hydrogen18 commented 13 years ago

Keys that I know are valid and are using the full 128 byte keyspace(thus the probability of a collision is very low) are gone the next day.

dustball commented 13 years ago

Well this sounds bad. I will investigate.

dustball commented 13 years ago

Do you have an example of such a key?

hydrogen18 commented 13 years ago

zIaM3x48OUeYColODD6saA1ifFSRQF56LxXbmPMqMzMA000000000000000000000000000000000000000000000000000000000000000000000000000000000009

dustball commented 13 years ago

Fixed with c06968d6fce6a068f091bc10487445a4e4efd8f1

dustball commented 13 years ago

Fixed