Jamm\Memory\Tests\TestRedisServer::test_LIndex PHP Method

test_LIndex() public method

public test_LIndex ( )
    public function test_LIndex()
    {
        $this->assertEquals('lindex key index', $this->redis->LIndex('key', 'index'));
    }
TestRedisServer