Uses of Class
com.blackrook.redis.data.KeyValue
Packages that use KeyValue
Package
Description
Contains classes relevant to connecting to Redis servers.
Contains interfaces for implementing Redis commands.
Contains useful enumerations.
-
Uses of KeyValue in com.blackrook.redis
Methods in com.blackrook.redis that return KeyValueModifier and TypeMethodDescriptionLikeRedisConnection.blpop(long, String, String...), except it casts the value to a long integer.LikeRedisConnection.brpop(long, String, String...), except it casts the value to a long integer.Methods in com.blackrook.redis with parameters of type KeyValueModifier and TypeMethodDescriptionbooleanLikeRedisConnection.hmset(String, String, String, String...), except abstracted asKeyValues of key-value pairs.voidbooleanvoidbooleanvoidlongvoid -
Uses of KeyValue in com.blackrook.redis.commands
Methods in com.blackrook.redis.commands that return KeyValueModifier and TypeMethodDescriptionMethods in com.blackrook.redis.commands with parameters of type KeyValueModifier and TypeMethodDescriptionbooleanbooleanLikeRedisConnectionCommands.mset(String, String, String...), but takes key-value pairs.voidLikeRedisDeferredCommands.mset(String, String, String...), but takes key-value pairs.booleanLikeRedisConnectionCommands.msetnx(String, String, String...), but takes key-value pairs.voidLikeRedisDeferredCommands.msetnx(String, String, String...), but takes key-value pairs.longvoid -
Uses of KeyValue in com.blackrook.redis.enums
Fields in com.blackrook.redis.enums with type parameters of type KeyValueModifier and TypeFieldDescriptionstatic final ReturnType<KeyValue<String, String>> ReturnType.STRINGPAIRSTRINGPAIR return type.