Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f62c0a

Browse files
rwhoggparthea
andauthored
chore(CONTRIBUTING): Fix Redis URL scheme (#843)
redis://, rediss://, and unix:// are the only supported URL schemes, although not every version of the Python Redis client enforces this. Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 6afd83b commit 8f62c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-ndb/CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ We use `nox <https://nox.readthedocs.io/en/latest/>`__ to instrument our tests.
8181
- To run unit tests that use Memcached or Redis, you must have them running and set the appropriate environment variables:
8282

8383
$ export MEMCACHED_HOSTS=localhost:11211
84-
$ export REDIS_CACHE_URL=http://localhost:6379
84+
$ export REDIS_CACHE_URL=redis://localhost:6379
8585

8686

8787
Note on Editable Installs / Develop Mode

0 commit comments

Comments
 (0)