Skip to content

Commit

Permalink
added result logging for consumer queue
Browse files Browse the repository at this point in the history
  • Loading branch information
appkins committed Dec 10, 2018
1 parent 82bb19a commit e66feb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cpp_redis_consumer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ main() {
}
});

sub.auth("LGdYFaAQzXG+NCzW3zgQUEbSPIn1M7Y6QbhBApYoZi8=");
sub.auth("{redis_key}");

for (auto &group : group_names) {

Expand Down

0 comments on commit e66feb3

Please sign in to comment.