Merge pull request #354 from CartoDB/update-readme

Add Redis dependency to Readme
This commit is contained in:
Gonzalo Riestra
2019-05-23 10:58:33 +02:00
committed by GitHub

View File

@@ -11,7 +11,8 @@ Dependencies
------------
* PostgreSQL 9.4+ (with plpythonu extension and xml support)
* [PostGIS extension](http://postgis.net)
* [PostGIS extension](http://postgis.net)
* Python with [Redis module](https://pypi.org/project/redis/)
Install
-------