Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
M
memcache
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
memcache
Commits
6d64c699
Commit
6d64c699
authored
Jan 18, 2017
by
Jeremy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2444773
by Francewhoa, Jeremy: Update README.txt file
parent
bb41ffc9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
README.txt
README.txt
+5
-6
No files found.
README.txt
View file @
6d64c699
...
...
@@ -21,12 +21,15 @@ is important.
1. Install the memcached binaries on your server and start the memcached
service. Follow best practices for securing the service; for example,
lock it down so only your web servers can make connections.
lock it down so only your web servers can make connections. Find community
maintained documentation with a number of walk-throughs for various
operating systems at https://www.drupal.org/node/1131458.
2. Install your chosen PECL memcache extension -- this is the memcache client
library which will be used by the Drupal memcache module to interact with
the memcached server(s). Generally PECL memcache (3.0.6+) is recommended,
but PECL memcached (2.0.1+) also works well for some people. There are
known issues with older version.
known issues with older versions. Refer to the community maintained
documentation referenced above for more information.
3. Put your site into offline mode.
4. Download and install the memcache module.
5. If you have previously been running the memcache module, run update.php.
...
...
@@ -52,10 +55,6 @@ is important.
Call to undefined function module_list()".
10. Bring your site back online.
For more detailed instructions on (1) and (2) above, please see the
documentation online on drupal.org which includes links to external
walk-throughs for various operating systems.
## DRUSH ##
Enable the memcache module at admin/modules or with 'drush en memcache', then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment