Closed ramy-sharif closed 3 years ago
You can't do that atm, the TickStore architecture is strongly tied to Mongo. You could look at all the Mongo calls being made in TickStore and try adding a redis store with an equivalent of those operations, but it might be a bit tricky. Closing this, feel free to reopen if you have more questions.
Arctic Version
Arctic Store
Platform and version
Description of problem and/or code sample that reproduces the issue
It's a bit unclear to me how to setup custom storage engines, the documentation is missing that part. I'm looking to setup TickStore with Redis so my question is, how do I setup a
connection = Arctic()
such that it uses Redis as storage engine as opposed to MongoDB?Thanks.