You are here

AbstractHashLookup.php in Redis 7.2

Same filename and directory in other branches
  1. 7.3 lib/Redis/Path/AbstractHashLookup.php

File

lib/Redis/Path/AbstractHashLookup.php
View source
<?php

/**
 * Common implementation for Redis-based implementations
 */
abstract class Redis_Path_AbstractHashLookup extends Redis_AbstractBackend implements Redis_Path_HashLookupInterface {

}

Classes

Namesort descending Description
Redis_Path_AbstractHashLookup Common implementation for Redis-based implementations