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

test_RPush() public method

public test_RPush ( )
    public function test_RPush()
    {
        $this->assertEquals('rpush k v', $this->redis->RPush('k', 'v'));
    }
TestRedisServer