sologenic / sologenic-xrpl-stream-js

Persistent transaction handling for the XRP Ledger
MIT License
18 stars 11 forks source link

Interface for queue management (hash, redis and others if needed) #4

Closed okanaganrusty closed 4 years ago

okanaganrusty commented 4 years ago

In the XRPL Stream Redis is currently mandatory. We use a custom transaction management on Redis called Sologenic Transaction Management & Queue (stmxq)

Since this library is designed to be used by many services, it should be optional to use Redis in the ecosystem. Managing a Redis server is sometimes expensive and resource-consuming for some users. Also, some clients may just want to use this system and don't worry about recovery and failovers. https://github.com/sologenic/sologenic-xrpl-stream-js/issues/1