You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit allows the caller to pass NULL specifically into
Redis::multi, which will treat it as a non argument (defaulting to
multi mode). In addition, if an argument is passed that is not
Redis::MULTI OR Redis::PIPELINE, we now issue a warning.
Addresses phpredis#525
0 commit comments