An open API service indexing awesome lists of open source software.

https://github.com/laxertu/eric-redis-queues

Provides persistence to eric-sse queues
https://github.com/laxertu/eric-redis-queues

redis

Last synced: 9 months ago
JSON representation

Provides persistence to eric-sse queues

Awesome Lists containing this project

README

          

Redis support for eric-sse

Example of usage:

from eric_sse.prefabs import SSEChannel
from eric_redis_queues.eric_redis_queues import RedisQueueFactory

c = SSEChannel(queues_factory=RedisQueueFactory())