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.