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
fix: fix exceptions on messages of client side cache (#1479)
when works with the new server assist client side cache feature, redis sends single string "__redis__:invalidate" from server.
so reply[2] is null, the update fixes the issue
0 commit comments