1
- # libmemcached
1
+ # libmemcached-awesome
2
2
3
3
[ ![ License Badge]] ( https://opensource.org/licenses/BSD-3-Clause )
4
4
5
5
[ License Badge ] : https://img.shields.io/badge/License-BSD%203--Clause-blue.svg " BSD 3-Clause "
6
6
7
- libmemcached is an open source C/C++ client library and tools for the
8
- memcached server (http://memcached.org/ ). It has been designed to be
9
- light on memory usage, thread safe, and provide full access to server
10
- side methods.
7
+ libmemcached-awesome is an open source C/C++ client library and tools
8
+ for the memcached server (http://memcached.org/ ). It has been designed
9
+ to be light on memory usage, thread safe, and provide full access to
10
+ server side methods.
11
11
12
12
> ** NOTE:**
13
13
> This is a resurrection of the original work from Brian Aker at
@@ -32,7 +32,7 @@ which automate pushing updated documentation to github pages.
32
32
33
33
## Installing
34
34
35
- libmemcached uses ` CMake ` .
35
+ libmemcached-awesome uses ` CMake ` .
36
36
Please see/edit [ ` CMakeConfig.txt ` ] ( ./CMakeConfig.txt ) or use ` ccmake(1) ` or
37
37
` cmake-gui(1) ` to set any preferred options.
38
38
@@ -66,12 +66,6 @@ https://artifacts.m6w6.name/libmemcached/ and rsync://m6w6.name::artifacts/libme
66
66
67
67
## Testing
68
68
69
- [ ![ Codecov Badge]] ( https://codecov.io/gh/awesomized/libmemcached )
70
-
71
- [ Codecov Badge] :
72
- https://codecov.io/gh/awesomized/libmemcached/branch/v1.x/graph/badge.svg
73
- "Code coverage"
74
-
75
69
Enable the ` BUILD_TESTING ` setting for a build and run ` make test ` .
76
70
77
71
cmake -DBUILD_TESTING=ON ../libmemcached
@@ -100,7 +94,8 @@ CI/Testing is performed on the following system matrix:
100
94
| Windows | MSVC 16, MinGW | amd64 | no sasl, no tests |
101
95
| Solaris | SunPro 12.5 | amd64 | no sasl, no tests, manually|
102
96
103
- libmemcached has been tested against [ memcached] ( https://github.com/memcached/memcached ) v1.5 and v1.6.
97
+ libmemcached-awesome has been tested against [ memcached] (https://github .
98
+ com/memcached/memcached) v1.5 and v1.6.
104
99
105
100
## ChangeLog
106
101
@@ -109,7 +104,8 @@ or the bundled [ChangeLog](./ChangeLog-1.1.md) for a comprehensive list of chang
109
104
110
105
## License
111
106
112
- libmemcached is licensed under the 3-Clause-BSD license, which can be
107
+ libmemcached-awesome is licensed under the 3-Clause-BSD license, which
108
+ can be
113
109
found in the accompanying [ LICENSE] ( ./LICENSE ) file.
114
110
115
111
## Contributing
0 commit comments