key

Search

You can find the results of your search below.

mariadb
4 Hits, Last modified:
===== 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
2 Hits, Last modified:
**: 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