Skip to content

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

Merged
taylorotwell merged 1 commit into
laravel:7.xfrom
zingimmick:fix-zrangebyscore-limit-using-indexed-array
May 25, 2020
Merged

[7.x] Using an indexed array as the limit modifier for zrangebyscore#32952
taylorotwell merged 1 commit into
laravel:7.xfrom
zingimmick:fix-zrangebyscore-limit-using-indexed-array

Conversation

@zingimmick

Copy link
Copy Markdown
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