NRediSearch paging fails on pagesize 20
Navigation Menu
{{ message }}
StackExchange / StackExchange.Redis Public
- Notifications You must be signed in to change notification settings
- Fork 1.6k
Closed
Closed
Description
I believe there is an issue with the .Boxed() method in Literals.cs when the property has value 20. This will cause an "Index was outside the bounds of the array" error.
args.Add("LIMIT".Literal());
args.Add(_paging.Offset.Boxed());
args.Add(_paging.Count.Boxed());
Metadata
Metadata
Assignees
No one assigned
Labels
No labels
No labels
Type
No type
Projects
No projects
Milestone
No milestone
Relationships
None yet
Development
No branches or pull requests
Issue actions