abstract class Redis_Path_AbstractHashLookup in Redis 7.2
Same name and namespace in other branches
- 7.3 lib/Redis/Path/AbstractHashLookup.php \Redis_Path_AbstractHashLookup
Common implementation for Redis-based implementations
Hierarchy
- class \Redis_AbstractBackend
- class \Redis_Path_AbstractHashLookup implements Redis_Path_HashLookupInterface
Expanded class hierarchy of Redis_Path_AbstractHashLookup
File
- lib/
Redis/ Path/ AbstractHashLookup.php, line 6
View source
abstract class Redis_Path_AbstractHashLookup extends Redis_AbstractBackend implements Redis_Path_HashLookupInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Redis_AbstractBackend:: |
protected static | property | ||
Redis_AbstractBackend:: |
private | property | ||
Redis_AbstractBackend:: |
public | function | Get redis client | |
Redis_AbstractBackend:: |
public static | function | Get global default prefix | |
Redis_AbstractBackend:: |
public static | function | Get site default global prefix | |
Redis_AbstractBackend:: |
public | function | Get full key name using the set prefix | 2 |
Redis_AbstractBackend:: |
final public | function | Get prefix | |
Redis_AbstractBackend:: |
constant | Key components name separator | ||
Redis_AbstractBackend:: |
final public | function | Set prefix | |
Redis_AbstractBackend:: |
public | function | Default constructor | 2 |
Redis_Path_HashLookupInterface:: |
public | function | Alias is being deleted for the given source | 3 |
Redis_Path_HashLookupInterface:: |
public | function | A language is being deleted | 3 |
Redis_Path_HashLookupInterface:: |
constant | Alias HASH key prefix | ||
Redis_Path_HashLookupInterface:: |
constant | Source HASH key prefix | ||
Redis_Path_HashLookupInterface:: |
public | function | Lookup any alias for the given source | 3 |
Redis_Path_HashLookupInterface:: |
public | function | Lookup any source for the given alias | 3 |
Redis_Path_HashLookupInterface:: |
public | function | Alias is being inserted with the given source | 3 |
Redis_Path_HashLookupInterface:: |
constant | Null value (not existing yet cached value) | ||
Redis_Path_HashLookupInterface:: |
constant | Values separator for hash values |