Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
memcache
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
memcache
Commits
6d64c699
Commit
6d64c699
authored
Jan 18, 2017
by
Jeremy Andrews
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2444773
by Francewhoa, Jeremy: Update README.txt file
parent
bb41ffc9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.txt
+5
-6
5 additions, 6 deletions
README.txt
with
5 additions
and
6 deletions
README.txt
+
5
−
6
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment