Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghenshui authored Apr 26, 2023
1 parent fd83ec9 commit 572ecc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pika.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ static void version() {
std::cout << "pika_version: " << version << std::endl;
std::cout << pika_build_git_sha << std::endl;
std::cout << "pika_build_compile_date: " << pika_build_compile_date << std::endl;
// fake version for client SDK
std::cout << "redis_version: " << version << std::endl;
}

static void PikaConfInit(const std::string& path) {
Expand Down

0 comments on commit 572ecc5

Please sign in to comment.