Go to file
camba1 161c60fcf4 Added ability to use username and password in Redis url (#572)
* Added ability to use username and password in the url used to access redis. Upgraded redis client from 5 to 7.

* Commented out the test that tried to write to the redis instance and thus caused automated test to fail

* Added code to skip test_Store test during automated CI run

Co-authored-by: Juan Peredo <jperedo@bolbeck.com>
2021-01-16 02:59:23 +03:00
go.mod Added ability to use username and password in Redis url (#572) 2021-01-16 02:59:23 +03:00
go.sum Added ability to use username and password in Redis url (#572) 2021-01-16 02:59:23 +03:00
redis_test.go Added ability to use username and password in Redis url (#572) 2021-01-16 02:59:23 +03:00
redis.go Added ability to use username and password in Redis url (#572) 2021-01-16 02:59:23 +03:00