Skip to content

Releases: impankratov/ioredisearch

v1.0.0

10 Nov 12:35
Compare
Choose a tag to compare

1.0.0 (2017-11-10)

Bug Fixes

  • client: use less strict definition of Redis client for constructor (6fb8686)
  • query: use array.push instaead of array.concat for filters processing (e7e9eba)

Features

  • batch-indexer: add a BatchIndexer class to allow indexing documents in bulk via Redis pipeline (6c12911)
  • result: allow extending the Document array of Result class with generics (471d981)