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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user