Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 418 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 418 Bytes

Redis Python Example

This example uses the redis library to connect to Redis, write a key/value pair, and read it out again.

Installing Dependencies

pip install redis

Running The Example

Note: You can retrieve the connection details from the Aiven Console overview tab.

./main.py --host <redis host> --password <redis password> --port <redis port>