Uses of Package
com.lambdaworks.redis

Packages that use com.lambdaworks.redis
com.lambdaworks.redis   
com.lambdaworks.redis.pubsub   
 

Classes in com.lambdaworks.redis used by com.lambdaworks.redis
KeyValue
          A key-value pair.
RedisAsyncConnection
          An asynchronous thread-safe connection to a redis server.
RedisConnection
          A synchronous thread-safe connection to a redis server.
RedisException
          Exception thrown when redis returns an error message, or when the client fails for any reason.
ScoredValue
          A value and its associated score from a ZSET.
ScriptOutputType
          A Lua script returns one of the following types: ScriptOutputType.BOOLEAN boolean ScriptOutputType.INTEGER 64-bit integer ScriptOutputType.STATUS status string ScriptOutputType.VALUE value ScriptOutputType.MULTI of these types.
SortArgs
          Argument list builder for the redis SORT command.
ZStoreArgs
          Argument list builder for the redis ZUNIONSTORE and ZINTERSTORE commands.
 

Classes in com.lambdaworks.redis used by com.lambdaworks.redis.pubsub
RedisAsyncConnection
          An asynchronous thread-safe connection to a redis server.
 



Copyright © 2013. All Rights Reserved.