Skip to content

Commit

Permalink
nit rename to valkey
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Aggarwal <[email protected]>
  • Loading branch information
sarthakaggarwal97 committed Jan 14, 2025
1 parent c5a1585 commit 017d7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lolwut.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void lolwut6Command(client *c);
/* The default target for LOLWUT if no matching version was found.
* This is what unstable versions of the server will display. */
void lolwutUnstableCommand(client *c) {
sds rendered = sdsnew("Redis ver. ");
sds rendered = sdsnew("Valkey ver. ");
rendered = sdscat(rendered, VALKEY_VERSION);
rendered = sdscatlen(rendered, "\n", 1);
addReplyVerbatim(c, rendered, sdslen(rendered), "txt");
Expand Down

0 comments on commit 017d7ab

Please sign in to comment.