Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53fb36c commit b1724b8Copy full SHA for b1724b8
1 file changed
tests/RedisTest.php
@@ -4968,7 +4968,7 @@ public function testScan() {
4968
$this->assertEquals(0, $i);
4969
4970
// SCAN with type is scheduled for release in Redis 6.
4971
- if (version_compare($this->version, "6.0.0", "gte") >= 0) {
+ if (version_compare($this->version, "6.0.0") >= 0) {
4972
// Use a unique ID so we can find our type keys
4973
$id = uniqid();
4974
0 commit comments