Consistent thread locking on all writes, but not on reads.
0.7.0
Now allows a user to access an assigned key/value without doing a sync in between. A python set is used to keep track of the keys contained in the buffer. This is tested every time the users does a get request.
0.6.6
Added decode_values to a couple methods.
0.6.5
Changed the uuid package to uuid6, because it's on conda-forge.