Charles Lindsay
Charles Lindsay
Is there any update on this? I'd like to use this control with Aurelia, and while I have it partially working, I'd like to take advantage of the alias:phone and...
> `[Indexed(Sortable = true)] public long Timestamp => ((DateTimeOffset)CreateDate).ToUnixTimeMilliseconds();` I need to resolve this issue by converting Datetime to timestamp @slorello89 Is this a good candidate for the JsonConverter type...
> You would need to use the raw query API: > > ```cs > var query = new RedisQuery("indexName"); > query.QueryText = $"{{{string.Join('|', ids)}}}"; > var res = await provider.Connection.SearchAsync(query);...
@slorello89 Did this functionality get merged in yet? #174 says it's done, and I remember watching you code it. Really looking forward to a new version with #174 and #165...
> @slorello89 Did this functionality get merged in yet? #174 says it's done, and I remember watching you code it. Really looking forward to a new version with #174 and...
> Hey @VagyokC4 - sorry been on the road the last couple weeks so I've had somewhat limited bandwidth to work on this issue :) - finally got to crack...
> Thanks for the reply. > > Swapping to a DocumentType of JSON works. > > This seems like quite a dangerous bug--taking into consideration that Hash is the default...
Hi @askids, Not associated with this repo, but maybe I can answer some what. From redis perspective, this client is just that, a client, and redis can accept multiple clients...
> @slorello89 thanks for the details. I think its important to provide feature to set expiry at collection level. > > Given that there is no default TTL and the...
> But purely in terms of data consistency, collection level expiry makes more sense. You are no longer dealing with individual records, when you are doing the processing of a...