memcached / memcached-proxylibs

compatibility and contributed lua libraries for memcached proxy
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

Simple #2

Closed dormando closed 1 year ago

dormando commented 1 year ago

Expanding the simple library with more basics and examples.

Just anything I can think of, while waiting for real feedback :)

This is for finding good defaults for the common user. The config and routing system can do far more advanced work than this.

TODO

dormando commented 1 year ago

think I'll remove the "s." stuff since it's silly...

dormando commented 1 year ago

hmmm.. wondering where/how to document the simple library. wiki in this repo I guess?

dormando commented 1 year ago

think I need to swap out the require in examples with an "always reload the lib" command, else if someone's modifying simple but expecting reload to work... it won't. heh.

dormando commented 1 year ago

gonna merge this... do more examples and updates over time I guess.