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
Currently you can pass in an Action to Subscribe and SubscribeAsync
We would like to be able to pass in an asynchronous Action i.e. Func<Task> callback that gets awaited in StackExchange.Redis.
Currently you can pass in an
ActiontoSubscribeandSubscribeAsyncWe would like to be able to pass in an asynchronous Action i.e.
Func<Task>callback that gets awaited in StackExchange.Redis.