alexdonh / tsed-bee-queue

Bee-queue for Ts.ED framework
MIT License
4 stars 0 forks source link

[TECH] Add a section in Ts.ED website #1

Open Romakita opened 1 year ago

Romakita commented 1 year ago

Hello @alexdonh

Your plugin seems to be awesome ;) and I would like to help to publish a dedicated page on the tutorials section on the Ts.ED website if you are agree with that!

Great jobs for the module!

See you Romain

Romakita commented 1 year ago

@alexdonh Also I see you use the tsed-redis module. There is an official @tsed/ioredis module that help developpers to create Redis connection using ioredis ;) (it support cluster connection).

See you

alexdonh commented 1 year ago

@Romakita that would be an honor! I will bump some updates here and there, also some code tidying and let you know when its ready! also I will follow your suggestion with multiple provider injection on the other post. Many thanks for the help!

alexdonh commented 1 year ago

Latest update is up! for now I still support tsed-redis only (it uses official node-redis under the hood). its new version appears to support clustering too! unfortunately my tsed-redis doesnt just yet.

Also i will be having another update to support @tsed/ioredis too. Need some more time.