memcached vocabulary
Factor handbook ยป Vocabulary index


Summary
Provides access to memcached, a high-performance, distributed memory object caching system.

Metadata
Authors:John Benediktsson


Words

Tuple classes
ClassSuperclassSlots
invalid-arguments tuple
item-not-stored tuple
key-exists tuple
key-not-found tuple
out-of-memory tuple
unknown-command tuple
value-not-numeric tuple
value-too-large tuple


Symbol words
memcached-server


Ordinary words
WordStack effect
invalid-arguments( -- * )
item-not-stored( -- * )
key-exists( -- * )
key-not-found( -- * )
m/add( val key -- )
m/append( val key -- )
m/decr( key -- val )
m/decr-val( amt key -- val )
m/delete( key -- )
m/flush( -- )
m/flush-later( seconds -- )
m/get( key -- val )
m/getq( opaque key -- )
m/getseq( keys -- vals )
m/incr( key -- val )
m/incr-val( amt key -- val )
m/noop( -- )
m/prepend( val key -- )
m/quit( -- )
m/replace( val key -- )
m/set( val key -- )
m/stats( -- stats )
m/version( -- version )
out-of-memory( -- * )
unknown-command( -- * )
value-not-numeric( -- * )
value-too-large( -- * )
with-memcached( quot -- )


Class predicate words
WordStack effect
invalid-arguments?( object -- ? )
item-not-stored?( object -- ? )
key-exists?( object -- ? )
key-not-found?( object -- ? )
out-of-memory?( object -- ? )
unknown-command?( object -- ? )
value-not-numeric?( object -- ? )
value-too-large?( object -- ? )


Files


Metadata files


Children
VocabularySummary
memcached.private