public class

RedisConstants

extends Object
java.lang.Object
   ↳ org.mule.module.redis.RedisConstants

Summary

Constants
String OBJECTSTORE_HASH_KEY_PREFIX
String REDIS_PUBSUB_CHANNEL
String REDIS_PUBSUB_PATTERN
Public Constructors
RedisConstants()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String OBJECTSTORE_HASH_KEY_PREFIX

Constant Value: "mule.objectstore."

public static final String REDIS_PUBSUB_CHANNEL

Constant Value: "redis.pubsub.channel"

public static final String REDIS_PUBSUB_PATTERN

Constant Value: "redis.pubsub.pattern"

Public Constructors

public RedisConstants ()