fleet/changes/issue-1531-thread-safe-redis
Tomas Touceda 3d8a766ca1
Make receive calls to redis conn thread safe (#1641)
* Make receive calls to redis conn thread safe

Also removes REDIS_TEST env var. Redis is lightweight and fast, no need
to skip these tests.

* No need to increase the wait
2021-08-11 17:34:35 -03:00

1 line
63 B
Text

* Reads live query results from redis in a thread safe manner.