lithium\storage\cache\adapter\Redis::enabled()

public static method

Determines if the Redis extension has been installed and that there is a Redis server available.

Returns

boolean

Returns true if the Redis extension is enabled, false otherwise.

Source

	public static function enabled() {
		return extension_loaded('redis');
	}