Skip to content

go-scdb v0.1.0

Compare
Choose a tag to compare
@Tinitto Tinitto released this 14 Jan 17:28
· 4 commits to master since this release
a85eeb0

Added

  • Added full-text search for keys, with pagination using store.Search(term, skip, limit)

Changed

  • Changed the scdb.New() signature to include maxIndexKeyLen option.