Is getting a key from redis considered a blocking ...
# coroutines
a
Is getting a key from redis considered a blocking call? Should it be wrapped in a
withContext
?
b
It all depends on your redis client whether it's blocking or not.
withContext(<http://Dispatchers.IO|Dispatchers.IO>)
is probably applicable though