websockify icon indicating copy to clipboard operation
websockify copied to clipboard

Add namespace value to TokenRedis source

Open so-saf opened this issue 6 months ago • 7 comments

I suggest adding a new 'namespace' parameter to the TokenRedis plugin. This is useful when multiple clients use the same Redis instance.

Another parameter has been added to src and now the source format is as follows: host[:port[:db[:password[:namespace]]]] All changes are covered by tests, and the old ones are updated.

so-saf avatar Aug 08 '24 10:08 so-saf