socketio / socket.io-admin-ui

Admin UI for Socket.IO
https://admin.socket.io
MIT License
346 stars 94 forks source link

RedisStore "saveSession" got "Invalid argument type" #65

Open sombochea opened 1 year ago

sombochea commented 1 year ago

image

image

Reference: https://github.com/socketio/socket.io-admin-ui/blob/develop/lib/stores.ts#L68

I think it's caused by the value set with boolean not support anymore. image

System Details

OS: Ubuntu 22.04.2 LTS
Node: v18.15.0
Socket.IO: 4.5.2
Socket.IO Admin UI: 0.5.1
Redis: 4.3.1
darrachequesne commented 1 year ago

Hi! The current store is not compatible with redis@4, we need to create another implementation: https://github.com/socketio/socket.io-admin-ui/commit/6ba21636d35f0f3c59920bfda8eb3959b8839e88

sombochea commented 1 year ago

Hi! The current store is not compatible with redis@4, we need to create another implementation: 6ba2163

Thank you for your response!

Looking forward to seeing this stage will be released soon.