Open sombochea opened 1 year ago
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.
set
boolean
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
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
redis@4
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.
Reference: https://github.com/socketio/socket.io-admin-ui/blob/develop/lib/stores.ts#L68
I think it's caused by the value
set
withboolean
not support anymore.System Details