Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 664 Bytes

File metadata and controls

27 lines (14 loc) · 664 Bytes

example_client.py

Python client for Redis key-value store using RedisTimeSeries client.

https://github.com/RedisTimeSeries/redistimeseries-py

Installing

  1. Download and install the latest Redis 5.x
$ make install

https://redis.io/download
  1. Download, make and load RedisTimeSeries module
$ git clone https://github.com/RedisTimeSeries/RedisTimeSeries.git

https://oss.redislabs.com/redistimeseries/
  1. Download and install redistimeseries-py Python client
$ python3 setup.py install
  1. Download and run an example Python script to create, add and query of timeseries in Redis.
$ python3 example_client.py