Skip to content

v0.1.8

Compare
Choose a tag to compare
@slorello89 slorello89 released this 01 Mar 21:48
· 198 commits to main since this release
1a926ba
  • Added interface on RedisCollection to allow Single Record updates and deletes, use the IRedisCollection.Update() method passing in your updated item.
  • Added single record deletion on the RedisCollection, simply call IRedisCollection.Delete() passing in the item you wish to delete
  • Added the ability to index and Query embedded objects in JSON documents, see the relevant section of the README.
  • Added the ability to index and Query arrays of strings using the Contains method.
  • Fixed issue where empty indexes would throw an error when utilizing the Count aggregation