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 per Redis 4.0.0, HMSET is considered deprecated. Please use HSET in new code.
As of Redis 4.0.0, HSET is variadic and allows for multiple field/value pairs.