alicebob / miniredis

Pure Go Redis server for Go unittests
MIT License
3.09k stars 215 forks source link

Add StartAddrTLS function #374

Closed agriffaut closed 6 months ago

agriffaut commented 6 months ago

This little function allow to start miniredis with a given address and port, where the StartTLS function do not allow to specify the listen port.

alicebob commented 6 months ago

Fair enough! Thanks for the PR.