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
There are various scenarios where it is not necessary to wait for actual invocation of the redis command. Among these cases belong set and remove operations especially within getOrElse and getOrFuture operations.
This issue proposes a new methods or policy enabling us to execute these methods with the expectation of a positive result and without waiting for a confirmation.
There are various scenarios where it is not necessary to wait for actual invocation of the redis command. Among these cases belong
set
andremove
operations especially withingetOrElse
andgetOrFuture
operations.This issue proposes a new methods or policy enabling us to execute these methods with the expectation of a positive result and without waiting for a confirmation.
This issue raised from #94.
The text was updated successfully, but these errors were encountered: