Skip to content

Commit

Permalink
functions: fix documentatino on Redis support for DB (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccirello authored and pedronasser committed Dec 6, 2016
1 parent 07b6dab commit 08e9a52
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/databases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ the directory on your host. eg: `docker run -v $PWD/data:/functions/data -e DB_U

[More on BoltDB](databases/boltdb.md)

## [Redis](http://redis.io/)

URL: `redis://localhost:6379/`

Use a Redis instance as your database. Be sure to enable [peristence](http://redis.io/topics/persistence).

[More on Redis](databases/redis.md)

## [PostgreSQL](http://www.postgresql.org/)

URL: `postgres://user123:pass456@ec2-117-21-174-214.compute-1.amazonaws.com:6212/db982398`
Expand Down

0 comments on commit 08e9a52

Please sign in to comment.