Discover Centmin Mod today
Register Now

Beta Branch add /usr/bin/memcachedflush cmd shortcut

Discussion in 'Centmin Mod Github Commits' started by eva2000, Mar 31, 2018.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    10:54 AM
    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...

    123.09beta01 branch


     
  2. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    3:54 AM
    Nginx-1.29.x
    MariaDB 10.6.x
  3. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    10:54 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    yes it will now :)