run_in_thread
method is not supported for fakepubsub
object
#213
Labels
run_in_thread
method is not supported for fakepubsub
object
#213
My application uses the
run_in_thread
method of thePubSub
object inpy-redis
to execute a callback function in a separate thread on publish events. This does not appear to be supported in fakeredis currently so I can't write unittests for my application by simply droppingFakeStrictRedis
in place ofStrictRedis
client.This module should support the background thread implementation as the real module does.
See the PubSub Section of the readme
The text was updated successfully, but these errors were encountered: