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
Changed post notification job to recieve FnOnce. (#329)
Redis promise that the callback will be called exactly once so we can use FnOnce instead of Fn and have a better flexibility on the callback implementation (for example, the callback will be able to pass ownership of captured variables).
0 commit comments