- Run
npm install --save-dev eslint - Create
.eslintrcwith the following contents
root: true
env:
node: true
es6: true
| mongo: | |
| image: mongo:3.2.11 | |
| volumes: | |
| - /data/db/mongo | |
| ports: | |
| - "27017:27017" | |
| redis: | |
| image: redis | |
| volumes: |
| 0x2460d9BA68d2F1253E8F4A84f0118Cac67cCC056 |
Derived from https://github.com/memcached/memcached/blob/master/doc/protocol.txt, just in this format for easy access
| Flag | Commands | Description |
|---|---|---|
| b | mg, ms, md, ma, me | Interpret key as base64 encoded binary value |
| c | mg, ms, ma | Return item CAS token |
| C(token) | ms, md, ma | Compare CAS value when storing/deleting |
| D(token) | ma | Delta to apply for arithmetic operation |