Rohan Edman
Rohan Edman
@slorello89 ``` public async Task GetAsync(Expression predicate) { return (await _groupMembers.Where(predicate).ToListAsync()).Select(x => x); } ```
@slorello89 , I think this is related to #169 ?
@jmahicks You need add the js file like this
I am having a similar issue, adding DefaultAuthenticateScheme cause a 401 furthermore the interceptor is not even working ``` services.AddAuthentication(opt => { opt.DefaultAuthenticateScheme = IISDefaults.AuthenticationScheme; opt.DefaultChallengeScheme = JwtBearerDefaults.AuthenticationScheme; }) ```...
@slorello89 If you have a prefix: item and another one with item-a, when you search for it like this item.where(x=>x.name='testa') you will see that the data from item-a will be...
@slorello89 So, this is the issue the index with the prefix Customer: results in 4 items, when it should be just one, so if I add a :, there is...
@slorello89 any thoughts on this ?
@shacharPash Not sure if it is possible, can we also add: AddorUpdate ? this would be great since it would take care of all the checks
No, i've created https://github.com/redis/redis-om-dotnet/issues/212
@Jeevananthan-23 is this branch stale ?