Skip to content

[7.x] Using an indexed array as the limit modifier for zrangebyscore #32952

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

Merged
merged 1 commit into from
May 25, 2020
Merged

[7.x] Using an indexed array as the limit modifier for zrangebyscore #32952

merged 1 commit into from
May 25, 2020

Conversation

zingimmick
Copy link
Contributor

The LIMIT modifier for ZRANGEBYSCORE can be specified using either:

  • an indexed array: array($offset, $count)
  • an associative array: array('offset' => $offset, 'count' => $count)

@driesvints driesvints changed the title [6.x] Using an indexed array as the limit modifier for zrangebyscore. [7.x] Using an indexed array as the limit modifier for zrangebyscore. May 25, 2020
@GrahamCampbell GrahamCampbell changed the title [7.x] Using an indexed array as the limit modifier for zrangebyscore. [7.x] Using an indexed array as the limit modifier for zrangebyscore May 25, 2020
@taylorotwell taylorotwell merged commit 7aeacdd into laravel:7.x May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants