Memcache
This type of distribution sends incoming data to a REDIS server, where it is held in an in-memory data store that can be subscribed to.
Type Name
The type name to use in your configuration is redis.
Configuration
The following configuration options are accepted…
| Name | Notes | Purpose |
|---|---|---|
| hostname | Required | The DNS name or IP of your Memcache server |
| port | Default 6379 | The port number used to communicate to the server |
| db | Default 0 | The database number to connect to |