Andrew

Results 3 issues of Andrew

Hello, Would you be willing to explain how to build this on Windows using MSVC++ compiler? Also hiredis is listed as a dependancy but hiredis itself doesn't support windows. So...

When attempting to use the following command as the auth.redis.auth_cmd parameter it is not sent to redis correctly. `EVAL "return redis.call('HGET','App:Auth:Users:test','pass')" 0` The command is actually sent to redis as:...

enhancement

Hello, Many of my projects use Argon2 to store passwords via libsodium (https://github.com/jedisct1/libsodium). It would be great to have support for Argon2 in the redis auth plugin.

enhancement