badger
badger copied to clipboard
Fast Key-Value DB in Go
Results
1
badger issues
Sort by
recently updated
recently updated
newest added
The maximum allowed value size was hardcoded to 1mb. To allow storing bigger values I added the option MaxValueSize that can be set on badger initialization. --- This change is ...