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
redisxSetValue(), when called with the confirm parameter set to TRUE (non-zero), it attempted to read a response a second time, after the called redisxSetValueAsync() already confirmed the response. This resulted in a hung call.
redisxSetValue()
, when called with theconfirm
parameter set toTRUE
(non-zero), it attempted to read a response a second time, after the calledredisxSetValueAsync()
already confirmed the response. This resulted in a hung call.The problem is fixed at commit 7996219
The text was updated successfully, but these errors were encountered: