Package Exports
- data-forge-redis
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (data-forge-redis) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
data-forge-redis
The redis module for use with Data-Forge and recoded from data-forge-fs.
Supposely, we have a series of data that has been stored in the redis database.
Unlike the module of data-forge-fs, the data structure of the securities is constructed as follows:
KEY FIELD VALUE [PREFIX]SYMBOL YYYYMMDD {"O": XX.XXX, "C": XX.XXX, "H": XX.XXX, "L": XX.XXX}
This library contains the redis extensions to Data-Forge.
Click here for Data-Forge FS API docs
See Data-Forge docs and guide for details on how to use.