Rohan Edman

Results 16 issues of Rohan Edman

For some reason, in production, when the key does not exists it is throwing an Index was outside the bounds of the array, this happens when we are enumerating though...

Hi, Is there a similar IPipelineBehavior for INotificationHandler? In my scenario, I need to validate the data for the all the Notification before processing it using FluentValidation. thank's

there is a random /div at line 316 and a /nav at 214 in bootstrap-viewer-template-master\3-column\index.html

Hey guys, i think it would be required to add a prefix check as per https://github.com/RediSearch/RediSearch/issues/3079 this would prevent wrong object to be returned

Spend a lot of time figuring this one out. This code does not update the collection if the property is null at insert, if the property is empty (i.e.: Array.Empty())...

bug

Hi, Great project by the way. Justed wanted to know if this repository is still maintained? I see that the last commit was a year ago! Thanks

nodeDataChanged is missing from the TypeScript, I've added it. [This PR](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/67975) need to be approve

I am not sure if this is intentional or not but when we execute this code, this generates`"FT.SEARCH" "customer:idx" "(@LastName:{*No*})" "LIMIT" "0" "100"` caused by [this](https://github.com/redis/redis-om-dotnet/blob/d43d4b260d5ec0eb58e4c34f4659cb891dce9cb4/src/Redis.OM/Common/ExpressionParserUtilities.cs#L852) I think we should...

I am using Automapper to map internal object to a DTO, however it is throwing _System.MissingMethodException: 'Constructor on type 'Redis.OM.Searching.RedisCollection`1[[System.Linq.IQueryable`1[[CustomerDTO, Redis_Graphql, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Linq.Expressions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]]' not found.'_...

I am experiencing authentication failures when a sentinel connects to master or each other. I followed the instructions at https://redis.io/docs/management/sentinel/ to create a sentinel user. Command to create a sentinel...