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.
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