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
Redis 2.6.12 has added some handy features to the base SET function, allowing a combined SETNX (or SETXX) and SETEX in one request. I would like this added to phpredis as it is very useful for as self-expiring locks in one command.