Join the community today
Register Now

Memcached Memcached 1.4.35 available

Discussion in 'Other Centmin Mod Installed software' started by BamaStangGuy, Feb 28, 2017.

  1. BamaStangGuy

    BamaStangGuy Active Member

    669
    192
    43
    May 25, 2014
    Ratings:
    +272
    Local Time:
    3:58 PM
  2. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    6:58 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
  3. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    11:58 PM
    Nginx-1.29.x
    MariaDB 10.6.x
    Who is using it for php sessions? :)
     
  4. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    6:58 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    use to for years until i switched to redis server caching for php sessions :)
     
  5. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    11:58 PM
    Nginx-1.29.x
    MariaDB 10.6.x
    But can we use both Memcached and Redis side by side?
     
  6. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    6:58 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    yes i do that fine memcached cache for ngx_pagespeed and redis cache for everything else
     
  7. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    11:58 PM
    Nginx-1.29.x
    MariaDB 10.6.x
    How can i install Redis on Centminmod?

    Any info abut the config file of it?

    I will use both also and we will see how it goes :)
     
  8. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    6:58 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
  9. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    11:58 PM
    Nginx-1.29.x
    MariaDB 10.6.x
    I was thinking to test php sessions stored at Memcached as that may be help a bit for performance.....

    I know that when I restart Memcached or server sessions will be lost and users will have to login again...

    I want to ask in which other scenario sessions are cleared?

    For sure:

    Server restart
    Memcached upgrade/restart

    What about Nginx upgrade?
    What about Php upgrade?
     
  10. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    6:58 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    memcached server restart is the main one/time