We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98cdf8a commit 0c6f85bCopy full SHA for 0c6f85b
README.md
@@ -272,7 +272,7 @@ configuration (`./bin/config.json`) of TEDStore as follows.
272
}
273
```
274
275
-Also, you can configure the different key management scheme in `./include/configure.hpp` as follows.
+Also, you can configure the key management scheme in `./include/configure.hpp` as follows.
276
```c++
277
#define OLD_VERSION 0 // 1:using single-key-manager scheme | 0: does not use single-key-manager scheme
278
#define SINGLE_MACHINE_TEST 0 //1: test on single machine, key server use cmd input | 0: test on multi-machine, key server use config.json
0 commit comments