v0.1.9
- Adds
CountAsync
,AnyAsync
,FirstAsync
,FirstOrDefaultAsync
,SingleAsync
,SingleOrDefaultAsync
,ToListAsync
to `IRedisCollection to make async access easier. - Adds Sync version of
Update
andDelete
- 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