• database
  • caching

Memcached Official documentation

Commands

devops memcached start
Start Memcached if stopped
devops memcached stop
Stop Memcached if started
devops memcached reload
Reload Memcached, reload the configuration and perform a graceful restart
devops memcached restart
Restart Memcached, reload the configuration (but kills existing connection)

Configuration

connection integer
Maximumum number of concurrent inbound connections.
Default: 1024
enable string
Enable or disable memcached service.
Default: yes
listen string
Binding IP address.
Default: 127.0.0.1
logfile string
Log file path
Default: /var/log/memcached.log
memory integer
Amount of memory allocated in MB.
Default: 64
port integer
Connection port.
Default: 11211
user string
Memcached running user.
Default: memcache