AbstractHashLookup.php in Redis 7.2
Same filename and directory in other branches
File
lib/Redis/Path/AbstractHashLookup.phpView source
<?php
/**
* Common implementation for Redis-based implementations
*/
abstract class Redis_Path_AbstractHashLookup extends Redis_AbstractBackend implements Redis_Path_HashLookupInterface {
}
Classes
Name | Description |
---|---|
Redis_Path_AbstractHashLookup | Common implementation for Redis-based implementations |