Search
You can find the results of your search below.
Fulltext results:
- mariadb
- ===== install on each node ===== <code bash> apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 add-apt-repository 'deb [arch=amd64] http://nyc
- redis
- **: store a value [integer, string, ...] belong a key [string] <code> SET connections 10 INCR connectio... nnections INCR connections => 1 </code> expiring key <code> SET resource:lock "Redis Demo" EXPIRE reso