php-redis-client
php-redis-client copied to clipboard
Resolves #81 - Add optional param values to linsert
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.