Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
remove old docs for dump_config (long gone)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robey Pointer committed Apr 10, 2012
1 parent 9272540 commit 3f6f7be
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions docs/guide.md
Expand Up @@ -253,26 +253,6 @@ Memcache commands
Reload the config file and reconfigure all queues. This should have no
noticable effect on the server's responsiveness.

- `DUMP_CONFIG`

Dump a list of each queue currently known to the server, and list the config
values for each queue. The format is:

queue 'master' {
max_items=2147483647
max_size=9223372036854775807
max_age=0
max_journal_size=16277216
max_memory_size=134217728
max_journal_overflow=10
max_journal_size_absolute=9223372036854775807
discard_old_when_full=false
journal=true
sync_journal=false
}

The last queue will be followed by `END` on a line by itself.

- `STATS`

Display server stats in memcache style. They're described below.
Expand Down

0 comments on commit 3f6f7be

Please sign in to comment.