Python client for Redis key-value store using RedisTimeSeries client.
https://github.com/RedisTimeSeries/redistimeseries-py
Installing
- Download and install the latest Redis 5.x
$ make install
https://redis.io/download
- Download, make and load RedisTimeSeries module
$ git clone https://github.com/RedisTimeSeries/RedisTimeSeries.git
https://oss.redislabs.com/redistimeseries/
- Download and install redistimeseries-py Python client
$ python3 setup.py install
- Download and run an example Python script to create, add and query of timeseries in Redis.
$ python3 example_client.py