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

read-only key not getting latest value #2

Closed bilkblitz closed 13 years ago

bilkblitz commented 13 years ago

When setting the value for a key, the same read-only key is always returned. The value of that key is always the original value. Any subsequent changes to the value with the read/write-key do not change the value of the read-only key.

dustball commented 13 years ago

I will investigate.

dustball commented 13 years ago

Fixed with 498231f1f7549cc488981765ea702e411a5a4546 - will push to prod in an hour or two.