9951 explained code solutions for 126 technologies


python-redisRedis URI with password example


URIs are used in connections by URL:

redis://user:[email protected]:6379/0ctrl + c
redis://

redis protocol

user:pwd

username and password for authentication

1.2.3.4

IP address of the Redis host

6379

Redis port to connect to

/0

select first (0) database