-
I use the issues like an email stream for its markdown and easy pasting of images. You'll get emailed when I post things here and can respond, but looking at the full version here is often where the i…
-
``` C
void authCommand(redisClient *c) {
if (!server.requirepass) {
addReplyError(c,"Client sent AUTH, but no password is set");
} else if (!strcmp(c->argv[1]->ptr, server.requirepass)…
-
Hello,
I think that service should make smal corection in routing for below route.
This route is correct only for local drivers which know this road very well. They use this route only in good weathe…