Skip to content

v0.1.9

Compare
Choose a tag to compare
@slorello89 slorello89 released this 01 Apr 18:42
· 199 commits to main since this release
178b671
  • Adds CountAsync, AnyAsync, FirstAsync, FirstOrDefaultAsync, SingleAsync, SingleOrDefaultAsync, ToListAsync to `IRedisCollection to make async access easier.
  • Adds Sync version of Update and Delete
  • Fixes issue with FindById where it would only work keys and not ids and keys
  • Fixes issues with querying using string interpolation
  • Fixes issue with querying using an initialized model