Perhaps I'm missing something obvious, but I don't see why memqueue/memqueue_test.go uses a Redis Ring. Given that memqueue/queue.go is supposed to be an entirely in-memory queue, it seems odd that the unit tests are some weird hybrid of in-memory and Redis.
Perhaps I'm missing something obvious, but I don't see why
memqueue/memqueue_test.gouses a Redis Ring. Given thatmemqueue/queue.gois supposed to be an entirely in-memory queue, it seems odd that the unit tests are some weird hybrid of in-memory and Redis.