Skip to content

Releases: RediSearch/ftsb

Version 0.3.8

20 Mar 01:36
20377e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.7...v0.3.8

Version 0.3.7

19 Mar 14:11
414f02e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.6...v0.3.7

Version 0.3.6

11 Mar 23:05
72e86b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.5...v0.3.6

Version 0.3.5

31 Mar 17:59
2e640a2
Compare
Choose a tag to compare

Changes

  • Include bin info (commit hash and if changed) on tool (#90)

Version 0.3.4

31 Mar 17:50
c493fe4
Compare
Choose a tag to compare

Changes

  • Start a random slot in the case of cluster benchmarks and commands without key (#89)

Version 0.3.3🌈

31 Mar 16:51
9150983
Compare
Choose a tag to compare

Changes

  • In the case of commands that don't contain keys we round robin across connections (#88)

Version 0.3.2

07 Feb 12:39
4ae30a2
Compare
Choose a tag to compare

Changes

  • Updated radix/v3 to the latest (#84)
  • Bump numpy from 1.18.5 to 1.22.0 in /scripts/datagen_redisearch/enwiki_pages (#72)

Version 0.3.1

30 Sep 10:38
5e27782
Compare
Choose a tag to compare

Changes

  • Fixes build given the new reply tracking changes (#57)
  • Include per second latency histogram on json output (#53)
  • Enable rate limiting (#52)

Version 0.3.0

15 Sep 12:35
b971f68
Compare
Choose a tag to compare

Changes

Version 0.2.0

28 Nov 18:54
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Included in this release:

Datasets:

  • enwiki-abstract, From English-language Wikipedia:Database page abstracts. This use case generates 3 TEXT fields per document.
  • enwiki-pages, From English-language Wikipedia:Database last page revisions, containing processed metadata extracted from the full Wikipedia XML dump. This use case generates 4 TEXT fields ( 2 sortable ), 1 sortable TAG field, and 6 sortable NUMERIC fields per document.

Queries:

  • Extended Full Text Search Queries
  • Added Aggregate queries support for test case 2
  • Initial support for FT.SPELLCHECK