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
As raised by issues phpredis#579, and phpredis#640 phpredis could be made to silently
revert to a "SET" call (no expiry) if a non long argument was specified
for EX or PX options, as well as an invalid base timeout value.
This modification changes the code so we don't even send the command to
Redis in such cases, which also avoids a round trip.
0 commit comments