MemCachier manages and scales clusters of memcache servers so you can focus on your app. Our custom memcache implementation offers better reliability and usability than memcached, with the same low latency. Tell us how much memory you need and get started for free instantly. Add capacity later as you need it without changing any code.
The MemCachier dashboard can be accessed by visiting: www.memcachier.com/users/sign_in
Once you have subscribed to this service and located your credentials, you will need to configure your application to use the credentials for your service.
We recommend setting the following environment variables within your application runtime to connect the service to your app:
Variable Name |
Example Value |
MEMCACHIER_PASSWORD |
4d585a43e4 |
MEMCACHIER_SERVERS |
mc3.dev.ec2.memcachier.com:11211 |
MEMCACHIER_USERNAME |
6b9a1c |
Use the OpenShift client tools to set environment variables to make your credentials available within your application runtime:
$ rhc env set MEMCACHIER_PASSWORD=VALUE -a App_Name
$ rhc env set MEMCACHIER_SERVERS=VALUE -a App_Name
$ rhc env set MEMCACHIER_USERNAME=VALUE -a App_Name
| Check out the general code examples to see how to use environment variables within your application. |
Additional documentation is available at https://www.memcachier.com/documentation.
Support hours vary by plan, from 9am - 5pm PST, to 24/7 support for our largest, enterprise level plans.