bmoscon / cryptofeed

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

Backend Redis - kwargs are not forwarded to the instantiation (e.g. redis auth) #1032

Open shashlikxp opened 2 months ago

shashlikxp commented 2 months ago

Describe the bug In the instantation of the redis client (zset (sorted set) or stream), kwargs are not forwarded.

Expected behavior kwargs should be forwarded towards the instantiation of the redis client.

Screenshots grafik File redis.py, kwargs (e.g. redis auth) are lost here. Consequence: password protected redis backend cannot be used.

Cryptofeed Version