-
-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Required parameter $pivot follows optional parameter $after
see: https://php.watch/versions/8.0/deprecate-required-param-after-optional
public function linsert($key, $after = true, $pivot, $value) { return $this->returnCommand(['LINSERT'], $key, [$key, $after ? 'AFTER' : 'BEFORE', $pivot, $value]); }
Metadata
Metadata
Assignees
Labels
No labels