Bug fix for deletions at the bucket index. Everyone should update to this version!
0.7.6
Minor fixes and formatting updates.
0.7.4
Fixed an issue with deleting items.
0.7.3
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.