yowcow / goromdb

Yet another single process KVS server implemented over file-based database
The Unlicense
12 stars 5 forks source link

make returning []byte even without RLock #85

Closed yowcow closed 6 years ago

yowcow commented 6 years ago

[]byte pointer returned from boltdb is unsafe and we need absolutely safe pointer for users wrapping boltstorage.