memcached.private vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Tuple classes
ClassSuperclassSlots
request tuplecmd key val extra opaque cas


Ordinary words
WordStack effect
(cat)( val key cmd -- )
(cmd)( key cmd -- request )
(incr/decr)( amt key cmd -- response )
(mutate)( val key cmd -- )
(read)( n -- str )
(send)( str -- )
<request>( cmd -- request )
ADD( -- value )
ADDQ( -- value )
APPEND( -- value )
APPENDQ( -- value )
DECR( -- value )
DECRQ( -- value )
DELETE( -- value )
DELETEQ( -- value )
EXISTS( -- value )
FLUSH( -- value )
FLUSHQ( -- value )
GET( -- value )
GETK( -- value )
GETKQ( -- value )
GETQ( -- value )
INCR( -- value )
INCRQ( -- value )
INVALID_ARGS( -- value )
MEMORY( -- value )
NOOP( -- value )
NOT_FOUND( -- value )
NOT_NUMERIC( -- value )
NOT_STORED( -- value )
PREPEND( -- value )
PREPENDQ( -- value )
QUIT( -- value )
QUITQ( -- value )
REPLACE( -- value )
REPLACEQ( -- value )
SET( -- value )
SETQ( -- value )
STAT( -- value )
TOO_LARGE( -- value )
UNKNOWN_CMD( -- value )
VERSION( -- value )
check-magic( header -- )
check-opaque( opaque header -- ? )
check-status( header -- )
read-body( header -- val key )
read-header( -- header )
read-key( header -- key )
read-response( -- val key )
read-val( header -- val )
send-header( request -- )
send-request( request -- )
submit( request -- response )


Class predicate words
WordStack effect
request?( object -- ? )


Files