server


Vocabulary
couchdb

Definition
USING: math strings vectors ;

IN: couchdb

TUPLE: server
{ host string initial: "" } { port integer initial: 0 }
{ uuids vector initial: V{ } }
{ uuids-to-cache integer initial: 0 } ;