You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
`cpp_redis` has **no dependency**. Its only requirement is `C++11`.
10
10
11
11
## Example
12
-
`cpp_redis::redis_client`:
12
+
### cpp_redis::redis_client
13
13
```cpp
14
14
cpp_redis::redis_client client;
15
15
@@ -26,8 +26,7 @@ client.sync_commit();
26
26
`cpp_redis::redis_client`[full documentation](https://github.com/Cylix/cpp_redis/wiki/Redis-Client) and [detailed example](https://github.com/Cylix/cpp_redis/wiki/Examples#redis-client).
27
27
More about [cpp_redis::reply](https://github.com/Cylix/cpp_redis/wiki/Replies).
28
28
29
-
30
-
`cpp_redis::redis_subscriber`:
29
+
### cpp_redis::redis_subscriber
31
30
```cpp
32
31
cpp_redis::redis_subscriber sub;
33
32
@@ -45,7 +44,7 @@ sub.sync_commit();
45
44
```
46
45
`cpp_redis::redis_subscriber`[full documentation](https://github.com/Cylix/cpp_redis/wiki/Redis-Subscriber) and [detailed example](https://github.com/Cylix/cpp_redis/wiki/Examples#redis-subscriber).
0 commit comments