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
7f78336b
Commit
7f78336b
authored
Feb 3, 2017
by
Jeremy Andrews
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#1528228
: Using Memcache API with AWS (Amazon) Elasticache
parent
67da4a18
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.txt
+6
-2
6 additions, 2 deletions
README.txt
with
6 additions
and
2 deletions
README.txt
+
6
−
2
View file @
7f78336b
...
@@ -694,8 +694,12 @@ Once the extension is installed, you can enable Dynamic Client Mode as follows:
...
@@ -694,8 +694,12 @@ Once the extension is installed, you can enable Dynamic Client Mode as follows:
);
);
You then configure the module normally. Amazon explains:
You then configure the module normally. Amazon explains:
"If you use Automatic Discovery, you can use the cluster's configuration
"If you use Automatic Discovery, you can use the cluster's Configuration
endpoint to configure your Memcached client."
Endpoint to configure your Memcached client."
It's been reported that the Configuration Endpoint must have 'cfg' in the name
or it won't work. Further documentation can be found here:
http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Endpoints.html
If you don't want to use Automatic Discovery you don't need to install the
If you don't want to use Automatic Discovery you don't need to install the
forked PECL extension, Amazon explains:
forked PECL extension, Amazon explains:
...
...
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