redis

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
xandermar's picture

Drupal 7: Docker Compose with REDIS

Hi all,

I recently created a light-weight Docker Compose environment for Drupal 7. It is simple and easy to use. All info needed is in the repo Wiki.

Please check out the repo on Github and let me know thoughts and feedback. I am currently doing the same for Drupal 8 and will have it up soon.

Repo:
https://github.com/xandermar/drupal7-docker

Thanks!
Dan

Read more
fengtan's picture

php7 + memcache: stable?

We'd like to run our Drupal 7 sites with php7. The only trouble we have so far has to do with the PECL memcache(d) extensions - no stable release supporting php7 has been published yet:

<

ul>

  • The PECL/memcached package is being discussed in this issue where people are actively waiting for a stable release to move to php7 (some of them ended up moving to Redis because it was taking too long)
  • Read more
    Sequencing.com's picture

    Implementing Couchbase vs Redis for Drupal 7 site with horizontal scaling

    We're ll the process of moving our Drupal 7 online app platform site to a major cloud provider that will include horizontal scaling (multiple nodes for Frontend as well as multiple nodes for MariaDB). We're now considering the optimal solution to scale caching.

    We are contemplating substituting standard memcache server with either internal Couchbase memcache server or Redis. The goal is to optimize performance of the site.

    We are also contemplating upgrading from php v5.4 to php7.

    Read more
    JMeyer's picture

    Experienced Senior Developer for Music Startup

    Senior Developer - Join our team

    Full-Time competitive salary plus equity options
    United Kingdom
    London or Norwich or remote working

    SupaPass

    Join our groundbreaking Music-Tech Startup which has been receiving international recognition for its disruptive solution for the entertainment industry. “Best European Startup 2014” SXSW Hatch.

    We are looking for a highly motivated individual, passionate about cutting edge technology, with the drive to lead our tech team and steer our innovative product forward in this exciting new market space.

    Read more
    superfedya's picture

    Configuration of Redis for Drupal 6

    Hi,

    Right now I use http://drupal.org/project/cache_backport + http://drupal.org/project/redis

    In my settings.php I put:

      $conf['cache_inc'] = 'sites/all/modules/cache_backport/cache.inc';
      $conf['redis_client_interface']      = 'PhpRedis';
      $conf['cache_backends'][]            = 'sites/all/modules/redis/redis.autoload.inc';
      $conf['cache_default_class'] = 'Redis_Cache';
      $conf['cache_prefix'] = 'prt_';

    It is OK? Or I can make it better?

    Thanks

    Read more
    PlayfulWolf's picture

    Memcache or Redis for Drupal7 platforms? Or how to speed up registered users actions

    Hi,

    As i understand, D7 platforms have no built config for Redis & Memcached. Currenly 5.3 php has alredy memcached.so extension, so It is possible to somehow enable them (and not to ruin config, of course)?

    Other related:

    Also, had anyone luck with D7 and authcache? Is it worth to rebuild theme templates?

    Entity cache - any benefit?...

    As for anonymous users, everything just flies!

    Read more
    Subscribe with RSS Syndicate content