Handbook
Glossary
m/stats ( -- stats )
Vocabulary
memcached
Inputs
None
Outputs
stats
a
sequence
Word description
Get various statistics about the
memcached-server
.
Definition
USING:
arrays
kernel
math
memcached.private
sequences
;
IN:
memcached
:
m/stats
( -- stats )
STAT
<request>
send-request
[
read-response
dup
length
0
>
]
[
swap
2array
]
produce
2nip
;