| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
whoops, forgot to run the test when cherry-picking :/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
one can check status of sole memcached daemon if there’re no instances configured (this is default behaviour on request made in common way w/o xtra args) or check status of some instance from bunch
an outcome is short diagnostic message along w/ appropriate ret code
— status of sole memcached daemon
/etc/init.d/memcached status
/sbin/service memcached status
— status of memcached instance ’instance001’
/etc/init.d/memcached status instance001
/sbin/service memcached status instance001
— status of memcached instance ’instance014’
/etc/init.d/memcached status instance014
/sbin/service memcached status instance014
|
|
|
|
|
|
|
|
| |
Patch by Gordon Franke. Whitespace fixes and comments added by Dormando.
There are many better ways to do this, but it doesn't break the default and
the "status" command never existed. Servers can be started and stopped
individually, and people seem to like the idea.
|
| |
|
| |
|
|
2003-12-30 (Brad)
* remove static build stuff. interferes with PAM setuid stuff
and was only included as a possible fix with the old memory
allocator. really shouldn't make a difference.
* release version 1.1.10
git-svn-id: http://code.sixapart.com/svn/memcached/trunk@176 b0b603af-a30f-0410-a34e-baf09ae79d0b
|