2
0
mirror of https://github.com/boostorg/redis.git synced 2026-02-21 03:12:14 +00:00

Some simplifications and a bugfix.

This commit is contained in:
Marcelo Zimbres
2021-10-17 12:25:00 +02:00
parent cd4b57f94f
commit dcd026fb0b
7 changed files with 54 additions and 51 deletions

View File

@@ -76,7 +76,7 @@ struct test_general_fill {
p.get("b");
p.append("b", "b");
p.del("b");
p.subscribe("channel");
p.subscribe({"channel"});
p.publish("channel", "message");
p.incr("c");