Does bucket supported?
Opened this issue · 1 comments
Deleted user commented
Does bucket supported?
tidwall commented
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.