php-redis-client icon indicating copy to clipboard operation
php-redis-client copied to clipboard

Resolves #81 - Add optional param values to linsert

Open ethanhann opened this issue 3 years ago • 0 comments
trafficstars

This is more just a quick fix to resolve issue #81. Really, $after should be at the end of the argument list (as $pivot and $value should always have arguments) or $after shouldn't have a default value, but both of those changes would break backward compatibility.

ethanhann avatar Jun 04 '22 22:06 ethanhann