diff options
author | Michael Grunder <michael.grunder@gmail.com> | 2020-07-19 21:47:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-19 21:47:28 -0700 |
commit | 5a3c3241382033a0763e45f98a6cc6a760215079 (patch) | |
tree | 37ae4edf1ed1ef03b5fb7eff238c51af67651c4d /README.md | |
parent | 2e7d7cbabd32912342218078282fce92f6cc0ab6 (diff) |
Remove erroneous tag and add license to push example (#849)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -526,8 +526,8 @@ void my_push_handler(void *privdata, void *reply) { void my_async_push_handler(redisAsyncContext *ac, void *reply) { /* Handle the reply */ - /* Note: Because async hiredis always frees replies, you should - not call freeReplyObject in an async push callback. */ + /* Note: Because async hiredis always frees replies, you should + not call freeReplyObject in an async push callback. */ } ``` |