Memory based caching

Is there any way to cache the time series data to some memory based objects or file for quicker access through R. Is the redis caching mechanism suitable for such work flow.?

Any pointers will be helpful. Appreciate all your efforts.

Thanks

Setting up EHCachingHistoricalTimeSeriesMaster or EHCachingHistoricalTimeSeriesSource is probably what you want.

1 Like

That helps Stephen. Thanks for the reply.

Thanks