socketio / socket.io-admin-ui

Admin UI for Socket.IO

Home Page:https://admin.socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RedisStore saveSession function got error

sombochea opened this issue · comments

Hi, contributors

I have a problem with RedisStore when trying to save the session for socket connection to Redis, the store got an error like the below.

image

I really think, this function causes it:
image

Details

  • node: v16.15.1
  • socket.io: ^4.5.1
  • redis: ^4.1.0
  • @socket.io/admin-ui: ^0.4.0
  • @socket.io/redis-adapter: ^7.2.0

Thank you!

Hi! Have you found a solution?

Hi! Have you found a solution?

It works fine for the latest version of socket.io and redis.

Details

  • @socket.io/redis-adapter: ^7.2.0
  • @socket.io/admin-ui: ^0.5.0
  • redis: ^4.3.1
  • socket.io: ^4.5.2

Thanks!