Closed eqv closed 10 years ago
Looks like the provided sample test case isn't checking for the error return value from the Set() invocation.
The Set() implementation in gkvlite is doing the empty key correct check...
https://github.com/steveyen/gkvlite/blob/master/collection.go#L129
Storing a value under the empty string fails silently:
The test case fails after returning the empty string instead of the stored value: