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.
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:
This is a common solution for many key/value systems such as Redis, LMDB, RocksDB, etc.