From 936f2f19f6d850a802e64e9a8efe2ab514a605b3 Mon Sep 17 00:00:00 2001 From: Selwin Ong Date: Sat, 3 Mar 2018 07:29:17 +0700 Subject: [PATCH] Fixed broken image link in docs. --- .gitignore | 2 ++ docs/docs/connections.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 477ffbe..9cccbd9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ *.pyc *.egg-info +.DS_Store + /dump.rdb /.direnv /.envrc diff --git a/docs/docs/connections.md b/docs/docs/connections.md index 918b074..9ba30c4 100644 --- a/docs/docs/connections.md +++ b/docs/docs/connections.md @@ -12,7 +12,7 @@ pass in Redis connection references to queues directly. ## Single Redis connection (easy)
- + Note:

The use of use_connection is deprecated.