Results 1 to 2 of 2

Settings for memcached

This is a discussion on Settings for memcached within the General Discussion forums, part of the vBulletin SEO Discussion category; I just has memcached installed on my server. I wanted to confirm the memcached settings for vbseo . If my ...

  1. #1
    Junior Member
    Real Name
    Larry
    Join Date
    Apr 2008
    Posts
    16
    Liked
    1 times

    Settings for memcached

    I just has memcached installed on my server.

    I wanted to confirm the memcached settings for vbseo.
    If my vbulletin settings are:
    Code:
    $i++;
    $config['Misc']['memcacheserver'][$i]        = '196.1.12.2';
    $config['Misc']['memcacheport'][$i]            = 11211;
    $config['Misc']['memcachepersistent'][$i]    = true;
    $config['Misc']['memcacheweight'][$i]        = 1;
    $config['Misc']['memcachetimeout'][$i]        = 1;
    $config['Misc']['memcacheretry_interval'][$i] = 15;
    Does that mean that my settings for vbseo memcached is
    Code:
    196.1.12.2:11211,1
    and nothing else? And the other default settings that popup such as time to live should be good?

    Thanks much.

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    That looks correct. There is only a little bit of data cached with vbseo (mostly just the datastore row).

Similar Threads

  1. Installing Memcached
    By tafreehm in forum General Discussion
    Replies: 2
    Last Post: 01-07-2010, 12:18 AM
  2. Memcached - Config_vbseo
    By debug in forum General Discussion
    Replies: 3
    Last Post: 12-04-2009, 03:31 AM
  3. memcached Unsupported?
    By aycan555 in forum General Discussion
    Replies: 8
    Last Post: 04-09-2008, 04:15 PM
  4. APC & Memcached.
    By Nneel in forum Off-Topic & Chit Chat
    Replies: 9
    Last Post: 12-04-2006, 11:47 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •