# Summary

This module provides integration between Drupal and Memcached, used frequently in high-performance sites.

# Project URL

https://www.drupal.org/project/memcache

# Where is the code?

http://cgit.drupalcode.org/memcache/log/?h=8.x-2.x

# Estimated completion date

Unknown

# Dependencies

N/A

# Who's doing the port?

Module is owned by various people from Tag1 Consulting.

# What help do they need?

Unknown

# D8 roadmap

Unknown

# Background and reference information

N/A

Comments

webchick created an issue. See original summary.

damiankloip’s picture

I did most of the port, with some help here and there from others. I just tagged an alpha release for now, https://www.drupal.org/node/2658856 as we had the final few issues fixed that we wanted to get completed. There are still a few missing pieces but as a basic backend, this has been usable for a while.

webchick’s picture

Status: Needs work » Needs review

Awesome!

eporama’s picture

Is there any list or understanding of which tasks/issues need to be completed to release this as beta and/or full version?

ressa’s picture

Like @eporama asks, is this ready to be elevated to Beta, or what is needed to get it there? Other than more testing, that is - which I'll do now :-)

npcoder’s picture

I got error while installing the modue.

Notice: Undefined index: description in drupal_check_module() (line 1008 of core\includes\install.inc).
drupal_check_module('memcache') (Line: 409)

damiankloip’s picture

Weird, not heard of that before, the memcache.info.yml file has always had a description.

EDIT: Oh, that is for hook_requirements. That does look like a problem. Good catch!

damiankloip’s picture

As a side note, that also means you don't have either of the PHP memcache libs installed.

kenneho’s picture

We'd like to implement Memcache on our opcoming Drupal 8 site. Have anyone tried the module in production yet, and would like to comment on it's stability?

webchick’s picture

@Jeremy and I spent about an hour triaging the Drupal 8 queue for Memcache and came up with a battleplan at #2989594: [META] Create a stable release of Memcache module for Drupal 8.

Validation of this roadmap by people who, unlike me, actually like use the Memcache module would be greeeaat. :D

mmjvb’s picture

Status: Needs review » Fixed
apaderno’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.