tidwall/buntdb

Does bucket supported?

Opened this issue · 1 comments

Does bucket supported?

There is no concept of a bucket in BuntDB. One way to create a bucket-like system in BuntDB is to include the bucket name as a prefix for keys, such as:

bucketA:mykey
bucketB:mykey

This is a common solution for many key/value systems such as Redis, LMDB, RocksDB, etc.