Skip to content

py_scdb v0.1.0

Compare
Choose a tag to compare
@Tinitto Tinitto released this 06 Mar 21:30
· 9 commits to master since this release
5fa0be5

Added

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

Changed

  • Changed the Store::new() signature to include max_search_index_key_length option.