Redis

public class Redis

Class to access the redis instance of this application. The namespace for every application can be accessed by only that application. The values in an application’s namespace will not collide with other application’s keys. Some commands like config_get, flushall, etc will not work.

Fields

conn

static RedisConnection<String, String> conn

Methods

Client

public static RedisConnection<String, String> Client()

Return the connection object over which one can issue the redis commands

Returns:The redis connection object

See also: RedisConnection

baseappRedisifyName

public static String baseappRedisifyName(String name)

This method is used internal by the framework.