bmoscon / cryptofeed

Cryptocurrency Exchange Websocket Data Feed Handler
Other
2.14k stars 668 forks source link

Update redis.py #910

Closed condorscientific closed 1 year ago

condorscientific commented 1 year ago

Description of code - what bug does this fix / what feature does this add?

dont use ":{port}" if port is None, instead use "" in other words, if using a socket to connect to redis, dont have a trailing ":" in the connection string