Skip to content

Commit 33546ca

Browse files
committed
add heading to include/bredis.hpp, introduce it in readme, and add me to contrib.
1 parent 289997d commit 33546ca

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,9 @@ socket.cancel();
443443
444444
## API
445445
446+
There's a convenience header include/bredis.hpp, doing `#include "bredis.hpp"` will include
447+
every header under include/bredis/ .
448+
446449
### `Iterator` template
447450
448451
The underlying iterator type used for the dynamic buffer type (e.g. `boost::asio::streambuf`)
@@ -702,6 +705,7 @@ MIT
702705
- [nkochakian](https://github.com/nkochakian)
703706
- [Yuval Hager](https://github.com/yhager)
704707
- [Vinnie Falco](https://github.com/vinniefalco)
708+
- [Stephen Coleman](https://github.com/omegacoleman)
705709

706710
## See also
707711
- https://github.com/Cylix/cpp_redis

include/bredis.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
//
2+
//
3+
// Copyright (c) 2019 Stephen Coleman omegacoleman at gmail dot com
4+
//
5+
// Distributed under the MIT Software License
6+
//
17
#ifndef BREDIS_HPP
28
#define BREDIS_HPP
39

0 commit comments

Comments
 (0)