redis ボキャブラリ
Factor ハンドブック > ボキャブラリ索引


概要
Words for communicating with the Redis key-value database

メタデータ
作者:Bruno Deferrari


ワード

タプルクラス
クラススーパークラススロット
redis tuplehost port encoding password


通常ワード
ワードスタック効果
<redis>( -- redis )
default-redis-port( -- value )
redis-auth( password -- response )
redis-bgsave( -- response )
redis-dbsize( -- response )
redis-decr( key -- response )
redis-decrby( integer key -- response )
redis-del( key -- response )
redis-do-connect( redis -- stream )
redis-exists( key -- response )
redis-expire( integer key -- response )
redis-flushall( -- response )
redis-flushdb( -- response )
redis-get( key -- response )
redis-getset( value key -- response )
redis-incr( key -- response )
redis-incrby( integer key -- response )
redis-info( -- response )
redis-keys( pattern -- response )
redis-lastsave( -- response )
redis-lindex( integer key -- response )
redis-llen( key -- response )
redis-lpop( key -- response )
redis-lpush( value key -- response )
redis-lrange( start end key -- response )
redis-lrem( value amount key -- response )
redis-lset( value index key -- response )
redis-ltrim( start end key -- response )
redis-mget( keys -- response )
redis-monitor( -- response )
redis-move( integer key -- response )
redis-ping( -- response )
redis-quit( -- )
redis-randomkey( -- response )
redis-rename( newkey key -- response )
redis-renamenx( newkey key -- response )
redis-rpop( key -- response )
redis-rpush( value key -- response )
redis-sadd( member key -- response )
redis-save( -- response )
redis-scard( key -- response )
redis-select( integer -- response )
redis-set( value key -- response )
redis-setnx( value key -- response )
redis-shutdown( -- response )
redis-sinter( keys -- response )
redis-sinterstore( keys destkey -- response )
redis-sismember( member key -- response )
redis-smembers( key -- response )
redis-smove( member newkey key -- response )
redis-srem( member key -- response )
redis-sunion( keys -- response )
redis-sunionstore( keys destkey -- response )
redis-type( key -- response )
with-redis( redis quot -- )


クラス述語ワード
ワードスタック効果
redis?( object -- ? )


ファイル
resource:extra/redis/redis.factor
resource:extra/redis/redis-docs.factor


resource:extra の子
ボキャブラリ概要
redis.assocAssoc protocol implementation for Redis
redis.command-writerDefinitions of messages sent to Redis
redis.response-parserParser for responses sent by the Redis server