Framework: phpredis function spop can't use param count

Created on 9 Sep 2019  路  2Comments  路  Source: laravel/framework

  • Laravel Version: 5.8.34
  • PHP Version: 7.2.17
  • Database Driver & Version:

Description:

https://github.com/laravel/framework/blob/e04a7ffba8b80b934506783a7d0a161dd52eb2ef/src/Illuminate/Redis/Connections/PhpRedisConnection.php#L195

Steps To Reproduce:

bug

Most helpful comment

Hmm yeah we'll need to add that. We'll need to make Redis 3.2 the minimum requirement for this though because it was added then: https://redis.io/commands/spop

All 2 comments

Hmm yeah we'll need to add that. We'll need to make Redis 3.2 the minimum requirement for this though because it was added then: https://redis.io/commands/spop

Was this page helpful?
0 / 5 - 0 ratings