Skip to content

Add limit option to ScanCursor. [DATAREDIS-1004] #1575

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
spring-projects-issues opened this issue Jun 25, 2019 · 0 comments
Closed

Add limit option to ScanCursor. [DATAREDIS-1004] #1575

spring-projects-issues opened this issue Jun 25, 2019 · 0 comments
Assignees
Labels
type: enhancement A general enhancement

Comments

@spring-projects-issues
Copy link

Christoph Strobl opened DATAREDIS-1004 and commented

related to DATAREDIS-1002 we should think about adding limit(long) to ScanCursor that stops when the desired amount of data is reached


No further details from DATAREDIS-1004

@spring-projects-issues spring-projects-issues added the type: enhancement A general enhancement label Dec 30, 2020
@mp911de mp911de assigned mp911de and unassigned christophstrobl Mar 18, 2021
mp911de added a commit that referenced this issue Mar 23, 2021
ScanCursor can be now limited to a maximum number of elements to be retrieved.

Closes #1575
christophstrobl pushed a commit that referenced this issue Mar 25, 2021
ScanCursor can be now limited to a maximum number of elements to be retrieved.

Closes #1575
christophstrobl pushed a commit that referenced this issue Mar 25, 2021
Let Cursor extend CloseableCursor. Refine nullability annotations and align nullability behavior in tests with actual nullability usage.

See: #1575
Original Pull Request: #2014
christophstrobl pushed a commit that referenced this issue Mar 25, 2021
This method should not be called from code consuming the Cursor.

See: #1575
Original Pull Request: #2014
@christophstrobl christophstrobl added this to the 2.5 RC1 (2021.0.0) milestone Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants