Join the community today
Become a Member

Master Branch add /usr/bin/memcachedflush cmd shortcut

Discussion in 'Centmin Mod Github Commits' started by eva2000, Apr 8, 2018.

  1. eva2000

    eva2000 Administrator Staff Member

    59,478
    12,536
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,176
    Local Time:
    6:51 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    add /usr/bin/memcachedflush cmd shortcut

    - to allow flushing of memcached server caches
    - for existing centmin mod users they can add this cmd shortcut using below one liner in SSH


    Code (Text):
    echo "memflush --quiet --servers=localhost:11211" >/usr/bin/memcachedflush ; chmod 700 /usr/bin/memcachedflush
    


    Continue reading...

    Centmin Mod Github Master branch

    Master branch is where most recent commits are made as at May 24, 2015.