memcached / memcached.github.io

docs site
0 stars 3 forks source link

missing proxy docs #9

Open dormando opened 1 month ago

dormando commented 1 month ago

importing some TODO's/missing sections that are getting trimmed via a PR:

- `resp:code()`: the response code. Common codes are:
  - `mcp.MCMC_CODE_OK`
  - `mcp.MCMC_CODE_STORED`
  - `mcp.MCMC_CODE_EXISTS`
  - `mcp.MCMC_CODE_MISS`
  -  TODO: document the rest.

from examples page:

### Cache Layering Cons
- Needs more complex application clients.

- Configuration of pools needs to be managed in two places (application
  clients, memcached proxies)

---

# Use Case Examples

## Simplifying and Unifying Cache Clients

## Distributing data by usage

## Best effort data redundancy

## Transparent upgrades

## Transparent pool resizing

## Protocol translation
dormando commented 1 month ago

Other missing sections:

dormando commented 1 month ago

the inspector and mutator objects are also missing docs.

logging API calls not well documented or missing. stats counters missing.

dormando commented 4 weeks ago

could use a summary page listing what you can do with the proxy.

need to do another pass on the old wiki.. lots of random "wisdom" pages got dropped.

dormando commented 2 weeks ago

need a page on how error/down servers are handled in various scenarios. (ie; antiflap, combined with failover_route, etc).

should demo a timeout failover route thingie too