github.com/inflatablewoman/deis@v1.0.1-0.20141111034523-a4511c46a6ce/cache/README.md (about)

     1  # Deis Cache
     2  
     3  A Redis cache server for use in the [Deis](http://deis.io/) open source PaaS.
     4  
     5  This Docker image is based on the official
     6  [ubuntu-debootstrap:14.04](https://registry.hub.docker.com/_/ubuntu/) image.
     7  
     8  Please add any [issues](https://github.com/deis/deis/issues) you find with this software to
     9  the [Deis Project](https://github.com/deis/deis).
    10  
    11  ## Usage
    12  
    13  Please consult the [Makefile](Makefile) for current instructions on how to build, test, push,
    14  install, and start **deis/cache**.
    15  
    16  ## Environment Variables
    17  
    18  * **DEBUG** enables verbose output if set
    19  * **ETCD_PORT** sets the TCP port on which to connect to the local etcd
    20    daemon (default: *4001*)
    21  * **ETCD_PATH** sets the etcd directory where the cache announces its
    22    configuration (default: */deis/cache*)
    23  * **ETCD_TTL** sets the time-to-live before etcd purges a configuration
    24    value, in seconds (default: *10*)
    25  * **PORT** sets the TCP port on which the cache listens (default: *6379*)
    26  
    27  ## License
    28  
    29  © 2014 OpDemand LLC
    30  
    31  Licensed under the Apache License, Version 2.0 (the "License"); you may
    32  not use this file except in compliance with the License. You may obtain
    33  a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>
    34  
    35  Unless required by applicable law or agreed to in writing, software
    36  distributed under the License is distributed on an "AS IS" BASIS,
    37  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    38  See the License for the specific language governing permissions and
    39  limitations under the License.