Seems like it's time to start working on Tarantool queue implementation. I propose the following : a top-level Queue abstract class with general methods (put, get) and RedisQueue and TarantoolQueue classes in corresponding folders. RedisQueue is actually now implemented, making it compatible with abstract parent class would cost nothing
Seems like it's time to start working on Tarantool queue implementation. I propose the following : a top-level Queue abstract class with general methods (put, get) and RedisQueue and TarantoolQueue classes in corresponding folders. RedisQueue is actually now implemented, making it compatible with abstract parent class would cost nothing