Files
phpredis/docs/doc-index.html
Viktor Szépe 37c5f8d451 Fix typos
2024-02-21 13:16:12 -08:00

1191 lines
109 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Index | PhpRedis API</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="css/doctum.css">
<link rel="stylesheet" type="text/css" href="fonts/doctum-font.css">
<script src="js/jquery-3.5.1.slim.min.js"></script>
<script async defer src="doctum.js"></script>
<script async defer src="js/bootstrap.min.js"></script>
<script async defer src="js/autocomplete.min.js"></script>
<meta name="MobileOptimized" content="width">
<meta name="HandheldFriendly" content="true">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<link rel="search"
type="application/opensearchdescription+xml"
href="https://phpredis.github.io/opensearch.xml"
title="PhpRedis API (main)" />
</head>
<body id="doc-index" data-name="" data-root-path="" data-search-index-url="doctum-search.json">
<div id="content">
<div id="left-column">
<div id="control-panel">
<div class="search-bar hidden" id="search-progress-bar-container">
<div class="progress">
<div class="progress-bar" role="progressbar" id="search-progress-bar"
aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%"></div>
</div>
</div>
<form id="search-form" action="search.html">
<span class="icon icon-search"></span>
<input name="search"
id="doctum-search-auto-complete"
class="typeahead form-control"
type="search"
placeholder="Search"
spellcheck="false"
autocorrect="off"
autocomplete="off"
autocapitalize="off">
<div class="auto-complete-results" id="auto-complete-results"></div>
</form>
</div>
<div id="api-tree"></div>
</div>
<div id="right-column">
<nav id="site-nav" class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-elements">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">PhpRedis API</a>
</div>
<div class="collapse navbar-collapse" id="navbar-elements">
<ul class="nav navbar-nav">
<li><a href="classes.html">Classes</a></li>
<li><a href="interfaces.html">Interfaces</a></li>
<li><a href="traits.html">Traits</a></li>
<li><a href="doc-index.html">Index</a></li>
<li><a href="search.html">Search</a></li>
</ul>
</div>
</div>
</nav>
<div id="page-content">
<div class="page-header">
<h1>Index</h1>
</div>
<ul class="pagination">
<li><a href="#letterA">A</a></li>
<li><a href="#letterB">B</a></li>
<li><a href="#letterC">C</a></li>
<li><a href="#letterD">D</a></li>
<li><a href="#letterE">E</a></li>
<li><a href="#letterF">F</a></li>
<li><a href="#letterG">G</a></li>
<li><a href="#letterH">H</a></li>
<li><a href="#letterI">I</a></li>
<li class="disabled"><a href="#letterJ">J</a></li>
<li><a href="#letterK">K</a></li>
<li><a href="#letterL">L</a></li>
<li><a href="#letterM">M</a></li>
<li class="disabled"><a href="#letterN">N</a></li>
<li><a href="#letterO">O</a></li>
<li><a href="#letterP">P</a></li>
<li class="disabled"><a href="#letterQ">Q</a></li>
<li><a href="#letterR">R</a></li>
<li><a href="#letterS">S</a></li>
<li><a href="#letterT">T</a></li>
<li><a href="#letterU">U</a></li>
<li class="disabled"><a href="#letterV">V</a></li>
<li><a href="#letterW">W</a></li>
<li><a href="#letterX">X</a></li>
<li class="disabled"><a href="#letterY">Y</a></li>
<li><a href="#letterZ">Z</a></li>
</ul>
<h2 id="letterA">A</h2>
<dl id="indexA"><dt><a href="Redis.html#method_acl">
Redis::acl</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method_append">
Redis::append</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Append data to a Redis STRING key.</p></dd><dt><a href="Redis.html#method_auth">
Redis::auth</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Authenticate a Redis connection after its been established.</p></dd><dt><a href="RedisCluster.html#method_acl">
RedisCluster::acl</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_append">
RedisCluster::append</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd> </dl><h2 id="letterB">B</h2>
<dl id="indexB"><dt><a href="Redis.html#method_bgSave">
Redis::bgSave</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Execute a save of the Redis database in the background.</p></dd><dt><a href="Redis.html#method_bgrewriteaof">
Redis::bgrewriteaof</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Asynchronously rewrite Redis' append-only file</p></dd><dt><a href="Redis.html#method_bitcount">
Redis::bitcount</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Count the number of set bits in a Redis string.</p></dd><dt><a href="Redis.html#method_bitop">
Redis::bitop</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method_bitpos">
Redis::bitpos</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Return the position of the first bit set to 0 or 1 in a string.</p></dd><dt><a href="Redis.html#method_blPop">
Redis::blPop</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Pop an element off the beginning of a Redis list or lists, potentially blocking up to a specified
timeout. This method may be called in two distinct ways, of which examples are provided below.</p></dd><dt><a href="Redis.html#method_brPop">
Redis::brPop</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Pop an element off of the end of a Redis list or lists, potentially blocking up to a specified timeout.</p></dd><dt><a href="Redis.html#method_brpoplpush">
Redis::brpoplpush</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Pop an element from the end of a Redis list, pushing it to the beginning of another Redis list,
optionally blocking up to a specified timeout.</p></dd><dt><a href="Redis.html#method_bzPopMax">
Redis::bzPopMax</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>POP the maximum scoring element off of one or more sorted sets, blocking up to a specified
timeout if no elements are available.</p></dd><dt><a href="Redis.html#method_bzPopMin">
Redis::bzPopMin</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>POP the minimum scoring element off of one or more sorted sets, blocking up to a specified timeout
if no elements are available</p></dd><dt><a href="Redis.html#method_bzmpop">
Redis::bzmpop</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>POP one or more elements from one or more sorted sets, blocking up to a specified amount of time
when no elements are available.</p></dd><dt><a href="Redis.html#method_blmpop">
Redis::blmpop</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Pop one or more elements from one or more Redis LISTs, blocking up to a specified timeout when
no elements are available.</p></dd><dt><a href="RedisArray.html#method_bgsave">
RedisArray::bgsave</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_bgrewriteaof">
RedisCluster::bgrewriteaof</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_bgsave">
RedisCluster::bgsave</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_bitcount">
RedisCluster::bitcount</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_bitop">
RedisCluster::bitop</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_bitpos">
RedisCluster::bitpos</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd><p>Return the position of the first bit set to 0 or 1 in a string.</p></dd><dt><a href="RedisCluster.html#method_blpop">
RedisCluster::blpop</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd><p>See Redis::blpop()</p></dd><dt><a href="RedisCluster.html#method_brpop">
RedisCluster::brpop</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd><p>See Redis::brpop()</p></dd><dt><a href="RedisCluster.html#method_brpoplpush">
RedisCluster::brpoplpush</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd><p>See Redis::brpoplpush()</p></dd><dt><a href="RedisCluster.html#method_bzpopmax">
RedisCluster::bzpopmax</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_bzpopmin">
RedisCluster::bzpopmin</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_bzmpop">
RedisCluster::bzmpop</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_blmpop">
RedisCluster::blmpop</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd> </dl><h2 id="letterC">C</h2>
<dl id="indexC"><dt><a href="Redis.html#method_clearLastError">
Redis::clearLastError</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Reset any last error on the connection to NULL</p></dd><dt><a href="Redis.html#method_client">
Redis::client</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method_close">
Redis::close</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method_command">
Redis::command</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method_config">
Redis::config</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Execute the Redis CONFIG command in a variety of ways.</p></dd><dt><a href="Redis.html#method_connect">
Redis::connect</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method_copy">
Redis::copy</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Make a copy of a key.</p></dd><dt><a href="RedisCluster.html#method_clearlasterror">
RedisCluster::clearlasterror</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_client">
RedisCluster::client</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_close">
RedisCluster::close</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_cluster">
RedisCluster::cluster</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_command">
RedisCluster::command</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_config">
RedisCluster::config</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisSentinel.html#method_ckquorum">
RedisSentinel::ckquorum</a>() &mdash; <em>Method in class <a href="RedisSentinel.html">RedisSentinel</a></em></dt>
<dd></dd> </dl><h2 id="letterD">D</h2>
<dl id="indexD"><dt><a href="Redis.html#method_dbSize">
Redis::dbSize</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Return the number of keys in the currently selected Redis database.</p></dd><dt><a href="Redis.html#method_debug">
Redis::debug</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method_decr">
Redis::decr</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Decrement a Redis integer by 1 or a provided value.</p></dd><dt><a href="Redis.html#method_decrBy">
Redis::decrBy</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Decrement a redis integer by a value</p></dd><dt><a href="Redis.html#method_del">
Redis::del</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Delete one or more keys from Redis.</p></dd><dt><a href="Redis.html#method_delete">
Redis::delete</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method_discard">
Redis::discard</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Discard a transaction currently in progress.</p></dd><dt><a href="Redis.html#method_dump">
Redis::dump</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Dump Redis' internal binary representation of a key.</p></dd><dt><a href="RedisArray.html#method_del">
RedisArray::del</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisArray.html#method_discard">
RedisArray::discard</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_dbsize">
RedisCluster::dbsize</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_decr">
RedisCluster::decr</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_decrby">
RedisCluster::decrby</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_decrbyfloat">
RedisCluster::decrbyfloat</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_del">
RedisCluster::del</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_discard">
RedisCluster::discard</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_dump">
RedisCluster::dump</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd> </dl><h2 id="letterE">E</h2>
<dl id="indexE"><dt><a href="Redis.html#method_echo">
Redis::echo</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Have Redis repeat back an arbitrary string to the client.</p></dd><dt><a href="Redis.html#method_eval">
Redis::eval</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Execute a LUA script on the redis server.</p></dd><dt><a href="Redis.html#method_eval_ro">
Redis::eval_ro</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>This is simply the read-only variant of eval, meaning the underlying script
may not modify data in redis.</p></dd><dt><a href="Redis.html#method_evalsha">
Redis::evalsha</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Execute a LUA script on the server but instead of sending the script, send
the SHA1 hash of the script.</p></dd><dt><a href="Redis.html#method_evalsha_ro">
Redis::evalsha_ro</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>This is simply the read-only variant of evalsha, meaning the underlying script
may not modify data in redis.</p></dd><dt><a href="Redis.html#method_exec">
Redis::exec</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Execute either a MULTI or PIPELINE block and return the array of replies.</p></dd><dt><a href="Redis.html#method_exists">
Redis::exists</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Test if one or more keys exist.</p></dd><dt><a href="Redis.html#method_expire">
Redis::expire</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Sets an expiration in seconds on the key in question. If connected to
redis-server &gt;= 7.0.0 you may send an additional &quot;mode&quot; argument which
modifies how the command will execute.</p></dd><dt><a href="Redis.html#method_expireAt">
Redis::expireAt</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Set a key to expire at an exact unix timestamp.</p></dd><dt><a href="Redis.html#method_expiretime">
Redis::expiretime</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get the expiration of a given key as a unix timestamp</p></dd><dt><a href="RedisArray.html#method_exec">
RedisArray::exec</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_echo">
RedisCluster::echo</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_eval">
RedisCluster::eval</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_eval_ro">
RedisCluster::eval_ro</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_evalsha">
RedisCluster::evalsha</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_evalsha_ro">
RedisCluster::evalsha_ro</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_exec">
RedisCluster::exec</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_exists">
RedisCluster::exists</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_expire">
RedisCluster::expire</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_expireat">
RedisCluster::expireat</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_expiretime">
RedisCluster::expiretime</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd> </dl><h2 id="letterF">F</h2>
<dl id="indexF"><dt><a href="Redis.html#method_failover">
Redis::failover</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method_flushAll">
Redis::flushAll</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Deletes every key in all Redis databases</p></dd><dt><a href="Redis.html#method_flushDB">
Redis::flushDB</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Deletes all the keys of the currently selected database.</p></dd><dt><a href="RedisArray.html#method_flushall">
RedisArray::flushall</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisArray.html#method_flushdb">
RedisArray::flushdb</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_flushall">
RedisCluster::flushall</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_flushdb">
RedisCluster::flushdb</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisSentinel.html#method_failover">
RedisSentinel::failover</a>() &mdash; <em>Method in class <a href="RedisSentinel.html">RedisSentinel</a></em></dt>
<dd></dd><dt><a href="RedisSentinel.html#method_flushconfig">
RedisSentinel::flushconfig</a>() &mdash; <em>Method in class <a href="RedisSentinel.html">RedisSentinel</a></em></dt>
<dd></dd> </dl><h2 id="letterG">G</h2>
<dl id="indexG"><dt><a href="Redis.html#method_geoadd">
Redis::geoadd</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Add one or more members to a geospacial sorted set</p></dd><dt><a href="Redis.html#method_geodist">
Redis::geodist</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get the distance between two members of a geospacially encoded sorted set.</p></dd><dt><a href="Redis.html#method_geohash">
Redis::geohash</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve one or more GeoHash encoded strings for members of the set.</p></dd><dt><a href="Redis.html#method_geopos">
Redis::geopos</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Return the longitude and latitude for one or more members of a geospacially encoded sorted set.</p></dd><dt><a href="Redis.html#method_georadius">
Redis::georadius</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve members of a geospacially sorted set that are within a certain radius of a location.</p></dd><dt><a href="Redis.html#method_georadius_ro">
Redis::georadius_ro</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>A readonly variant of <code>GEORADIUS</code> that may be executed on replicas.</p></dd><dt><a href="Redis.html#method_georadiusbymember">
Redis::georadiusbymember</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Similar to <code>GEORADIUS</code> except it uses a member as the center of the query.</p></dd><dt><a href="Redis.html#method_georadiusbymember_ro">
Redis::georadiusbymember_ro</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>This is the read-only variant of <code>GEORADIUSBYMEMBER</code> that can be run on replicas.</p></dd><dt><a href="Redis.html#method_geosearch">
Redis::geosearch</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Search a geospacial sorted set for members in various ways.</p></dd><dt><a href="Redis.html#method_geosearchstore">
Redis::geosearchstore</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Search a geospacial sorted set for members within a given area or range, storing the results into
a new set.</p></dd><dt><a href="Redis.html#method_get">
Redis::get</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve a string keys value.</p></dd><dt><a href="Redis.html#method_getAuth">
Redis::getAuth</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get the authentication information on the connection, if any.</p></dd><dt><a href="Redis.html#method_getBit">
Redis::getBit</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get the bit at a given index in a string key.</p></dd><dt><a href="Redis.html#method_getEx">
Redis::getEx</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get the value of a key and optionally set it's expiration.</p></dd><dt><a href="Redis.html#method_getDBNum">
Redis::getDBNum</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get the database number PhpRedis thinks we're connected to.</p></dd><dt><a href="Redis.html#method_getDel">
Redis::getDel</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get a key from Redis and delete it in an atomic operation.</p></dd><dt><a href="Redis.html#method_getHost">
Redis::getHost</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Return the host or Unix socket we are connected to.</p></dd><dt><a href="Redis.html#method_getLastError">
Redis::getLastError</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get the last error returned to us from Redis, if any.</p></dd><dt><a href="Redis.html#method_getMode">
Redis::getMode</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Returns whether the connection is in ATOMIC, MULTI, or PIPELINE mode</p></dd><dt><a href="Redis.html#method_getOption">
Redis::getOption</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve the value of a configuration setting as set by Redis::setOption()</p></dd><dt><a href="Redis.html#method_getPersistentID">
Redis::getPersistentID</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get the persistent connection ID, if there is one.</p></dd><dt><a href="Redis.html#method_getPort">
Redis::getPort</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get the port we are connected to. This number will be zero if we are connected to a unix socket.</p></dd><dt><a href="Redis.html#method_getRange">
Redis::getRange</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve a substring of a string by index.</p></dd><dt><a href="Redis.html#method_getReadTimeout">
Redis::getReadTimeout</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get the currently set read timeout on the connection.</p></dd><dt><a href="Redis.html#method_getset">
Redis::getset</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Sets a key and returns any previously set value, if the key already existed.</p></dd><dt><a href="Redis.html#method_getTimeout">
Redis::getTimeout</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve any set connection timeout</p></dd><dt><a href="Redis.html#method_getTransferredBytes">
Redis::getTransferredBytes</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="RedisArray.html#method_getOption">
RedisArray::getOption</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_geoadd">
RedisCluster::geoadd</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_geodist">
RedisCluster::geodist</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_geohash">
RedisCluster::geohash</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_geopos">
RedisCluster::geopos</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_georadius">
RedisCluster::georadius</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_georadius_ro">
RedisCluster::georadius_ro</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_georadiusbymember">
RedisCluster::georadiusbymember</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_georadiusbymember_ro">
RedisCluster::georadiusbymember_ro</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_get">
RedisCluster::get</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_getbit">
RedisCluster::getbit</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_getlasterror">
RedisCluster::getlasterror</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_getmode">
RedisCluster::getmode</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_getoption">
RedisCluster::getoption</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_getrange">
RedisCluster::getrange</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_getset">
RedisCluster::getset</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_gettransferredbytes">
RedisCluster::gettransferredbytes</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisSentinel.html#method_getMasterAddrByName">
RedisSentinel::getMasterAddrByName</a>() &mdash; <em>Method in class <a href="RedisSentinel.html">RedisSentinel</a></em></dt>
<dd></dd> </dl><h2 id="letterH">H</h2>
<dl id="indexH"><dt><a href="Redis.html#method_hDel">
Redis::hDel</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Remove one or more fields from a hash.</p></dd><dt><a href="Redis.html#method_hExists">
Redis::hExists</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Checks whether a field exists in a hash.</p></dd><dt><a href="Redis.html#method_hGet">
Redis::hGet</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method_hGetAll">
Redis::hGetAll</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Read every field and value from a hash.</p></dd><dt><a href="Redis.html#method_hIncrBy">
Redis::hIncrBy</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Increment a hash field's value by an integer</p></dd><dt><a href="Redis.html#method_hIncrByFloat">
Redis::hIncrByFloat</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Increment a hash field by a floating point value</p></dd><dt><a href="Redis.html#method_hKeys">
Redis::hKeys</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve all of the fields of a hash.</p></dd><dt><a href="Redis.html#method_hLen">
Redis::hLen</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get the number of fields in a hash.</p></dd><dt><a href="Redis.html#method_hMget">
Redis::hMget</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get one or more fields from a hash.</p></dd><dt><a href="Redis.html#method_hMset">
Redis::hMset</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Add or update one or more hash fields and values</p></dd><dt><a href="Redis.html#method_hRandField">
Redis::hRandField</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get one or more random field from a hash.</p></dd><dt><a href="Redis.html#method_hSet">
Redis::hSet</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method_hSetNx">
Redis::hSetNx</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Set a hash field and value, but only if that field does not exist</p></dd><dt><a href="Redis.html#method_hStrLen">
Redis::hStrLen</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get the string length of a hash field</p></dd><dt><a href="Redis.html#method_hVals">
Redis::hVals</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get all of the values from a hash.</p></dd><dt><a href="Redis.html#method_hscan">
Redis::hscan</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Iterate over the fields and values of a hash in an incremental fashion.</p></dd><dt><a href="RedisArray.html#method_hscan">
RedisArray::hscan</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_hdel">
RedisCluster::hdel</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_hexists">
RedisCluster::hexists</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_hget">
RedisCluster::hget</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_hgetall">
RedisCluster::hgetall</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_hincrby">
RedisCluster::hincrby</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_hincrbyfloat">
RedisCluster::hincrbyfloat</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_hkeys">
RedisCluster::hkeys</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_hlen">
RedisCluster::hlen</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_hmget">
RedisCluster::hmget</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_hmset">
RedisCluster::hmset</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_hscan">
RedisCluster::hscan</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_hset">
RedisCluster::hset</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_hsetnx">
RedisCluster::hsetnx</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_hstrlen">
RedisCluster::hstrlen</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_hvals">
RedisCluster::hvals</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd> </dl><h2 id="letterI">I</h2>
<dl id="indexI"><dt><a href="Redis.html#method_incr">
Redis::incr</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Increment a key's value, optionally by a specific amount.</p></dd><dt><a href="Redis.html#method_incrBy">
Redis::incrBy</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Increment a key by a specific integer value</p></dd><dt><a href="Redis.html#method_incrByFloat">
Redis::incrByFloat</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Increment a numeric key by a floating point value.</p></dd><dt><a href="Redis.html#method_info">
Redis::info</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve information about the connected redis-server. If no arguments are passed to
this function, redis will return every info field. Alternatively you may pass a specific
section you want returned (e.g. 'server', or 'memory') to receive only information pertaining
to that section.</p></dd><dt><a href="Redis.html#method_isConnected">
Redis::isConnected</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Check if we are currently connected to a Redis instance.</p></dd><dt><a href="RedisArray.html#method_info">
RedisArray::info</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_incr">
RedisCluster::incr</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_incrby">
RedisCluster::incrby</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_incrbyfloat">
RedisCluster::incrbyfloat</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_info">
RedisCluster::info</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd><p>Retrieve information about the connected redis-server. If no arguments are passed to
this function, redis will return every info field. Alternatively you may pass a specific
section you want returned (e.g. 'server', or 'memory') to receive only information pertaining
to that section.</p></dd> </dl><h2 id="letterK">K</h2>
<dl id="indexK"><dt><a href="Redis.html#method_keys">
Redis::keys</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="RedisArray.html#method_keys">
RedisArray::keys</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_keys">
RedisCluster::keys</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd> </dl><h2 id="letterL">L</h2>
<dl id="indexL"><dt><a href="Redis.html#method_lmpop">
Redis::lmpop</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Pop one or more elements off of one or more Redis LISTs.</p></dd><dt><a href="Redis.html#method_lcs">
Redis::lcs</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get the longest common subsequence between two string keys.</p></dd><dt><a href="Redis.html#method_lInsert">
Redis::lInsert</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method_lLen">
Redis::lLen</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve the length of a list.</p></dd><dt><a href="Redis.html#method_lMove">
Redis::lMove</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Move an element from one list into another.</p></dd><dt><a href="Redis.html#method_lPop">
Redis::lPop</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Pop one or more elements off a list.</p></dd><dt><a href="Redis.html#method_lPos">
Redis::lPos</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve the index of an element in a list.</p></dd><dt><a href="Redis.html#method_lPush">
Redis::lPush</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Prepend one or more elements to a list.</p></dd><dt><a href="Redis.html#method_lPushx">
Redis::lPushx</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Prepend an element to a list but only if the list exists</p></dd><dt><a href="Redis.html#method_lSet">
Redis::lSet</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Set a list element at an index to a specific value.</p></dd><dt><a href="Redis.html#method_lastSave">
Redis::lastSave</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve the last time Redis' database was persisted to disk.</p></dd><dt><a href="Redis.html#method_lindex">
Redis::lindex</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get the element of a list by its index.</p></dd><dt><a href="Redis.html#method_lrange">
Redis::lrange</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve elements from a list.</p></dd><dt><a href="Redis.html#method_lrem">
Redis::lrem</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Remove one or more matching elements from a list.</p></dd><dt><a href="Redis.html#method_ltrim">
Redis::ltrim</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Trim a list to a subrange of elements.</p></dd><dt><a href="RedisCluster.html#method_lmpop">
RedisCluster::lmpop</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_lcs">
RedisCluster::lcs</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_lastsave">
RedisCluster::lastsave</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_lget">
RedisCluster::lget</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_lindex">
RedisCluster::lindex</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_linsert">
RedisCluster::linsert</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_llen">
RedisCluster::llen</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_lpop">
RedisCluster::lpop</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_lpush">
RedisCluster::lpush</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_lpushx">
RedisCluster::lpushx</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_lrange">
RedisCluster::lrange</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_lrem">
RedisCluster::lrem</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_lset">
RedisCluster::lset</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_ltrim">
RedisCluster::ltrim</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd> </dl><h2 id="letterM">M</h2>
<dl id="indexM"><dt><a href="Redis.html#method_mget">
Redis::mget</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get one ore more string keys.</p></dd><dt><a href="Redis.html#method_migrate">
Redis::migrate</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method_move">
Redis::move</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Move a key to a different database on the same redis instance.</p></dd><dt><a href="Redis.html#method_mset">
Redis::mset</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Set one ore more string keys.</p></dd><dt><a href="Redis.html#method_msetnx">
Redis::msetnx</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Set one ore more string keys but only if none of the key exist.</p></dd><dt><a href="Redis.html#method_multi">
Redis::multi</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Begin a transaction.</p></dd><dt><a href="RedisArray.html#method_mget">
RedisArray::mget</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisArray.html#method_mset">
RedisArray::mset</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisArray.html#method_multi">
RedisArray::multi</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_mget">
RedisCluster::mget</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_mset">
RedisCluster::mset</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_msetnx">
RedisCluster::msetnx</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_multi">
RedisCluster::multi</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisSentinel.html#method_master">
RedisSentinel::master</a>() &mdash; <em>Method in class <a href="RedisSentinel.html">RedisSentinel</a></em></dt>
<dd></dd><dt><a href="RedisSentinel.html#method_masters">
RedisSentinel::masters</a>() &mdash; <em>Method in class <a href="RedisSentinel.html">RedisSentinel</a></em></dt>
<dd></dd><dt><a href="RedisSentinel.html#method_myid">
RedisSentinel::myid</a>() &mdash; <em>Method in class <a href="RedisSentinel.html">RedisSentinel</a></em></dt>
<dd></dd> </dl><h2 id="letterO">O</h2>
<dl id="indexO"><dt><a href="Redis.html#method_object">
Redis::object</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method_open">
Redis::open</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_object">
RedisCluster::object</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd> </dl><h2 id="letterP">P</h2>
<dl id="indexP"><dt><a href="Redis.html#method_pexpiretime">
Redis::pexpiretime</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get the expiration timestamp of a given Redis key but in milliseconds.</p></dd><dt><a href="Redis.html#method_pconnect">
Redis::pconnect</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method_persist">
Redis::persist</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Remove the expiration from a key.</p></dd><dt><a href="Redis.html#method_pexpire">
Redis::pexpire</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Sets an expiration in milliseconds on a given key. If connected to Redis &gt;= 7.0.0
you can pass an optional mode argument that modifies how the command will execute.</p></dd><dt><a href="Redis.html#method_pexpireAt">
Redis::pexpireAt</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Set a key's expiration to a specific Unix Timestamp in milliseconds. If connected to
Redis &gt;= 7.0.0 you can pass an optional 'mode' argument.</p></dd><dt><a href="Redis.html#method_pfadd">
Redis::pfadd</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Add one or more elements to a Redis HyperLogLog key</p></dd><dt><a href="Redis.html#method_pfcount">
Redis::pfcount</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve the cardinality of a Redis HyperLogLog key.</p></dd><dt><a href="Redis.html#method_pfmerge">
Redis::pfmerge</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Merge one or more source HyperLogLog sets into a destination set.</p></dd><dt><a href="Redis.html#method_ping">
Redis::ping</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>PING the redis server with an optional string argument.</p></dd><dt><a href="Redis.html#method_pipeline">
Redis::pipeline</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Enter into pipeline mode.</p></dd><dt><a href="Redis.html#method_popen">
Redis::popen</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method_psetex">
Redis::psetex</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Set a key with an expiration time in milliseconds</p></dd><dt><a href="Redis.html#method_psubscribe">
Redis::psubscribe</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Subscribe to one or more glob-style patterns</p></dd><dt><a href="Redis.html#method_pttl">
Redis::pttl</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get a keys time to live in milliseconds.</p></dd><dt><a href="Redis.html#method_publish">
Redis::publish</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Publish a message to a pubsub channel</p></dd><dt><a href="Redis.html#method_pubsub">
Redis::pubsub</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method_punsubscribe">
Redis::punsubscribe</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Unsubscribe from one or more channels by pattern</p></dd><dt><a href="RedisArray.html#method_ping">
RedisArray::ping</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_pexpiretime">
RedisCluster::pexpiretime</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_persist">
RedisCluster::persist</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_pexpire">
RedisCluster::pexpire</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_pexpireat">
RedisCluster::pexpireat</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_pfadd">
RedisCluster::pfadd</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_pfcount">
RedisCluster::pfcount</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_pfmerge">
RedisCluster::pfmerge</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_ping">
RedisCluster::ping</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd><p>PING an instance in the redis cluster.</p></dd><dt><a href="RedisCluster.html#method_psetex">
RedisCluster::psetex</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_psubscribe">
RedisCluster::psubscribe</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_pttl">
RedisCluster::pttl</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_publish">
RedisCluster::publish</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_pubsub">
RedisCluster::pubsub</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_punsubscribe">
RedisCluster::punsubscribe</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisSentinel.html#method_ping">
RedisSentinel::ping</a>() &mdash; <em>Method in class <a href="RedisSentinel.html">RedisSentinel</a></em></dt>
<dd></dd> </dl><h2 id="letterR">R</h2>
<dl id="indexR"><dt><a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method_rPush">
Redis::rPush</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Append one or more elements to a list.</p></dd><dt><a href="Redis.html#method_rPushx">
Redis::rPushx</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Append an element to a list but only if the list exists</p></dd><dt><a href="Redis.html#method_rPop">
Redis::rPop</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Pop one or more elements from the end of a list.</p></dd><dt><a href="Redis.html#method_randomKey">
Redis::randomKey</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Return a random key from the current database</p></dd><dt><a href="Redis.html#method_rawcommand">
Redis::rawcommand</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Execute any arbitrary Redis command by name.</p></dd><dt><a href="Redis.html#method_rename">
Redis::rename</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Unconditionally rename a key from $old_name to $new_name</p></dd><dt><a href="Redis.html#method_renameNx">
Redis::renameNx</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Renames $key_src to $key_dst but only if newkey does not exist.</p></dd><dt><a href="Redis.html#method_reset">
Redis::reset</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Reset the state of the connection.</p></dd><dt><a href="Redis.html#method_restore">
Redis::restore</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Restore a key by the binary payload generated by the DUMP command.</p></dd><dt><a href="Redis.html#method_role">
Redis::role</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Query whether the connected instance is a primary or replica</p></dd><dt><a href="Redis.html#method_rpoplpush">
Redis::rpoplpush</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Atomically pop an element off the end of a Redis LIST and push it to the beginning of
another.</p></dd><dt><a href="Redis.html#method_replicaof">
Redis::replicaof</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Used to turn a Redis instance into a replica of another, or to remove
replica status promoting the instance to a primary.</p></dd><dt><a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_randomkey">
RedisCluster::randomkey</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_rawcommand">
RedisCluster::rawcommand</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_rename">
RedisCluster::rename</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_renamenx">
RedisCluster::renamenx</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_restore">
RedisCluster::restore</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_role">
RedisCluster::role</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_rpop">
RedisCluster::rpop</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_rpoplpush">
RedisCluster::rpoplpush</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_rpush">
RedisCluster::rpush</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_rpushx">
RedisCluster::rpushx</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisClusterException.html">RedisClusterException</a></em></dt>
<dd></dd><dt><a href="RedisException.html">RedisException</a></em></dt>
<dd></dd><dt><a href="RedisSentinel.html">RedisSentinel</a></em></dt>
<dd></dd><dt><a href="RedisSentinel.html#method_reset">
RedisSentinel::reset</a>() &mdash; <em>Method in class <a href="RedisSentinel.html">RedisSentinel</a></em></dt>
<dd></dd> </dl><h2 id="letterS">S</h2>
<dl id="indexS"><dt><a href="Redis.html#method_sAdd">
Redis::sAdd</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Add one or more values to a Redis SET key.</p></dd><dt><a href="Redis.html#method_sAddArray">
Redis::sAddArray</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Add one ore more values to a Redis SET key. This is an alternative to Redis::sadd() but
instead of being variadic, takes a single array of values.</p></dd><dt><a href="Redis.html#method_sDiff">
Redis::sDiff</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Given one or more Redis SETS, this command returns all of the members from the first
set that are not in any subsequent set.</p></dd><dt><a href="Redis.html#method_sDiffStore">
Redis::sDiffStore</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>This method performs the same operation as SDIFF except it stores the resulting diff
values in a specified destination key.</p></dd><dt><a href="Redis.html#method_sInter">
Redis::sInter</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Given one or more Redis SET keys, this command will return all of the elements that are
in every one.</p></dd><dt><a href="Redis.html#method_sintercard">
Redis::sintercard</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Compute the intersection of one or more sets and return the cardinality of the result.</p></dd><dt><a href="Redis.html#method_sInterStore">
Redis::sInterStore</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Perform the intersection of one or more Redis SETs, storing the result in a destination
key, rather than returning them.</p></dd><dt><a href="Redis.html#method_sMembers">
Redis::sMembers</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve every member from a set key.</p></dd><dt><a href="Redis.html#method_sMisMember">
Redis::sMisMember</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Check if one or more values are members of a set.</p></dd><dt><a href="Redis.html#method_sMove">
Redis::sMove</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Pop a member from one set and push it onto another. This command will create the
destination set if it does not currently exist.</p></dd><dt><a href="Redis.html#method_sPop">
Redis::sPop</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Remove one or more elements from a set.</p></dd><dt><a href="Redis.html#method_sRandMember">
Redis::sRandMember</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve one or more random members of a set.</p></dd><dt><a href="Redis.html#method_sUnion">
Redis::sUnion</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Returns the union of one or more Redis SET keys.</p></dd><dt><a href="Redis.html#method_sUnionStore">
Redis::sUnionStore</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Perform a union of one or more Redis SET keys and store the result in a new set</p></dd><dt><a href="Redis.html#method_save">
Redis::save</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Persist the Redis database to disk. This command will block the server until the save is
completed. For a nonblocking alternative, see Redis::bgsave().</p></dd><dt><a href="Redis.html#method_scan">
Redis::scan</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Incrementally scan the Redis keyspace, with optional pattern and type matching.</p></dd><dt><a href="Redis.html#method_scard">
Redis::scard</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve the number of members in a Redis set.</p></dd><dt><a href="Redis.html#method_script">
Redis::script</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>An administrative command used to interact with LUA scripts stored on the server.</p></dd><dt><a href="Redis.html#method_select">
Redis::select</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Select a specific Redis database.</p></dd><dt><a href="Redis.html#method_set">
Redis::set</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Create or set a Redis STRING key to a value.</p></dd><dt><a href="Redis.html#method_setBit">
Redis::setBit</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Set a specific bit in a Redis string to zero or one</p></dd><dt><a href="Redis.html#method_setRange">
Redis::setRange</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Update or append to a Redis string at a specific starting index</p></dd><dt><a href="Redis.html#method_setOption">
Redis::setOption</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Set a configurable option on the Redis object.</p></dd><dt><a href="Redis.html#method_setex">
Redis::setex</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Set a Redis STRING key with a specific expiration in seconds.</p></dd><dt><a href="Redis.html#method_setnx">
Redis::setnx</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Set a key to a value, but only if that key does not already exist.</p></dd><dt><a href="Redis.html#method_sismember">
Redis::sismember</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Check whether a given value is the member of a Redis SET.</p></dd><dt><a href="Redis.html#method_slaveof">
Redis::slaveof</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Turn a redis instance into a replica of another or promote a replica
to a primary.</p></dd><dt><a href="Redis.html#method_slowlog">
Redis::slowlog</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Interact with Redis' slowlog functionality in various ways, depending
on the value of 'operation'.</p></dd><dt><a href="Redis.html#method_sort">
Redis::sort</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Sort the contents of a Redis key in various ways.</p></dd><dt><a href="Redis.html#method_sort_ro">
Redis::sort_ro</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>This is simply a read-only variant of the sort command</p></dd><dt><a href="Redis.html#method_sortAsc">
Redis::sortAsc</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method_sortAscAlpha">
Redis::sortAscAlpha</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method_sortDesc">
Redis::sortDesc</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method_sortDescAlpha">
Redis::sortDescAlpha</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method_srem">
Redis::srem</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Remove one or more values from a Redis SET key.</p></dd><dt><a href="Redis.html#method_sscan">
Redis::sscan</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Scan the members of a redis SET key.</p></dd><dt><a href="Redis.html#method_strlen">
Redis::strlen</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve the length of a Redis STRING key.</p></dd><dt><a href="Redis.html#method_subscribe">
Redis::subscribe</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Subscribe to one or more Redis pubsub channels.</p></dd><dt><a href="Redis.html#method_swapdb">
Redis::swapdb</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Atomically swap two Redis databases so that all of the keys in the source database will
now be in the destination database and vice-versa.</p></dd><dt><a href="RedisArray.html#method_save">
RedisArray::save</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisArray.html#method_scan">
RedisArray::scan</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisArray.html#method_select">
RedisArray::select</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisArray.html#method_setOption">
RedisArray::setOption</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisArray.html#method_sscan">
RedisArray::sscan</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_sadd">
RedisCluster::sadd</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_saddarray">
RedisCluster::saddarray</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_save">
RedisCluster::save</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_scan">
RedisCluster::scan</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_scard">
RedisCluster::scard</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_script">
RedisCluster::script</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_sdiff">
RedisCluster::sdiff</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_sdiffstore">
RedisCluster::sdiffstore</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_set">
RedisCluster::set</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_setbit">
RedisCluster::setbit</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_setex">
RedisCluster::setex</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_setnx">
RedisCluster::setnx</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_setoption">
RedisCluster::setoption</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_setrange">
RedisCluster::setrange</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_sinter">
RedisCluster::sinter</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_sintercard">
RedisCluster::sintercard</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_sinterstore">
RedisCluster::sinterstore</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_sismember">
RedisCluster::sismember</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_slowlog">
RedisCluster::slowlog</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_smembers">
RedisCluster::smembers</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_smove">
RedisCluster::smove</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_sort">
RedisCluster::sort</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_sort_ro">
RedisCluster::sort_ro</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_spop">
RedisCluster::spop</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_srandmember">
RedisCluster::srandmember</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_srem">
RedisCluster::srem</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_sscan">
RedisCluster::sscan</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_strlen">
RedisCluster::strlen</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_subscribe">
RedisCluster::subscribe</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_sunion">
RedisCluster::sunion</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_sunionstore">
RedisCluster::sunionstore</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisSentinel.html#method_sentinels">
RedisSentinel::sentinels</a>() &mdash; <em>Method in class <a href="RedisSentinel.html">RedisSentinel</a></em></dt>
<dd></dd><dt><a href="RedisSentinel.html#method_slaves">
RedisSentinel::slaves</a>() &mdash; <em>Method in class <a href="RedisSentinel.html">RedisSentinel</a></em></dt>
<dd></dd> </dl><h2 id="letterT">T</h2>
<dl id="indexT"><dt><a href="Redis.html#method_touch">
Redis::touch</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Update one or more keys last modified metadata.</p></dd><dt><a href="Redis.html#method_time">
Redis::time</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve the server time from the connected Redis instance.</p></dd><dt><a href="Redis.html#method_ttl">
Redis::ttl</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get the amount of time a Redis key has before it will expire, in seconds.</p></dd><dt><a href="Redis.html#method_type">
Redis::type</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get the type of a given Redis key.</p></dd><dt><a href="RedisCluster.html#method_touch">
RedisCluster::touch</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_time">
RedisCluster::time</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_ttl">
RedisCluster::ttl</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_type">
RedisCluster::type</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd> </dl><h2 id="letterU">U</h2>
<dl id="indexU"><dt><a href="Redis.html#method_unlink">
Redis::unlink</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Delete one or more keys from the Redis database. Unlike this operation, the actual
deletion is asynchronous, meaning it is safe to delete large keys without fear of
Redis blocking for a long period of time.</p></dd><dt><a href="Redis.html#method_unsubscribe">
Redis::unsubscribe</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Unsubscribe from one or more subscribed channels.</p></dd><dt><a href="Redis.html#method_unwatch">
Redis::unwatch</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Remove any previously WATCH'ed keys in a transaction.</p></dd><dt><a href="RedisArray.html#method_unlink">
RedisArray::unlink</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisArray.html#method_unwatch">
RedisArray::unwatch</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_unsubscribe">
RedisCluster::unsubscribe</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_unlink">
RedisCluster::unlink</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_unwatch">
RedisCluster::unwatch</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd> </dl><h2 id="letterW">W</h2>
<dl id="indexW"><dt><a href="Redis.html#method_watch">
Redis::watch</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Watch one or more keys for conditional execution of a transaction.</p></dd><dt><a href="Redis.html#method_wait">
Redis::wait</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Block the client up to the provided timeout until a certain number of replicas have confirmed
receiving them.</p></dd><dt><a href="RedisCluster.html#method_watch">
RedisCluster::watch</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd> </dl><h2 id="letterX">X</h2>
<dl id="indexX"><dt><a href="Redis.html#method_xack">
Redis::xack</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Acknowledge one ore more messages that are pending (have been consumed using XREADGROUP but
not yet acknowledged by XACK.)</p></dd><dt><a href="Redis.html#method_xadd">
Redis::xadd</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Append a message to a stream.</p></dd><dt><a href="Redis.html#method_xautoclaim">
Redis::xautoclaim</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>This command allows a consumer to claim pending messages that have been idle for a specified period of time.</p></dd><dt><a href="Redis.html#method_xclaim">
Redis::xclaim</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>This method allows a consumer to take ownership of pending stream entries, by ID. Another
command that does much the same thing but does not require passing specific IDs is <code>Redis::xAutoClaim</code>.</p></dd><dt><a href="Redis.html#method_xdel">
Redis::xdel</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Remove one or more specific IDs from a stream.</p></dd><dt><a href="Redis.html#method_xgroup">
Redis::xgroup</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd>XGROUP</dd><dt><a href="Redis.html#method_xinfo">
Redis::xinfo</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve information about a stream key.</p></dd><dt><a href="Redis.html#method_xlen">
Redis::xlen</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get the number of messages in a Redis STREAM key.</p></dd><dt><a href="Redis.html#method_xpending">
Redis::xpending</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Interact with stream messages that have been consumed by a consumer group but not yet
acknowledged with XACK.</p></dd><dt><a href="Redis.html#method_xrange">
Redis::xrange</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get a range of entries from a STREAM key.</p></dd><dt><a href="Redis.html#method_xread">
Redis::xread</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Consume one or more unconsumed elements in one or more streams.</p></dd><dt><a href="Redis.html#method_xreadgroup">
Redis::xreadgroup</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Read one or more messages using a consumer group.</p></dd><dt><a href="Redis.html#method_xrevrange">
Redis::xrevrange</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get a range of entries from a STREAM key in reverse chronological order.</p></dd><dt><a href="Redis.html#method_xtrim">
Redis::xtrim</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Truncate a STREAM key in various ways.</p></dd><dt><a href="RedisCluster.html#method_xack">
RedisCluster::xack</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_xadd">
RedisCluster::xadd</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_xclaim">
RedisCluster::xclaim</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_xdel">
RedisCluster::xdel</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_xgroup">
RedisCluster::xgroup</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_xautoclaim">
RedisCluster::xautoclaim</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_xinfo">
RedisCluster::xinfo</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_xlen">
RedisCluster::xlen</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_xpending">
RedisCluster::xpending</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_xrange">
RedisCluster::xrange</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_xread">
RedisCluster::xread</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_xreadgroup">
RedisCluster::xreadgroup</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_xrevrange">
RedisCluster::xrevrange</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_xtrim">
RedisCluster::xtrim</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd> </dl><h2 id="letterZ">Z</h2>
<dl id="indexZ"><dt><a href="Redis.html#method_zmpop">
Redis::zmpop</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>POP one or more of the highest or lowest scoring elements from one or more sorted sets.</p></dd><dt><a href="Redis.html#method_zAdd">
Redis::zAdd</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Add one or more elements and scores to a Redis sorted set.</p></dd><dt><a href="Redis.html#method_zCard">
Redis::zCard</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Return the number of elements in a sorted set.</p></dd><dt><a href="Redis.html#method_zCount">
Redis::zCount</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Count the number of members in a sorted set with scores inside a provided range.</p></dd><dt><a href="Redis.html#method_zIncrBy">
Redis::zIncrBy</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Create or increment the score of a member in a Redis sorted set</p></dd><dt><a href="Redis.html#method_zLexCount">
Redis::zLexCount</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Count the number of elements in a sorted set whose members fall within the provided
lexographical range.</p></dd><dt><a href="Redis.html#method_zMscore">
Redis::zMscore</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve the score of one or more members in a sorted set.</p></dd><dt><a href="Redis.html#method_zPopMax">
Redis::zPopMax</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Pop one or more of the highest scoring elements from a sorted set.</p></dd><dt><a href="Redis.html#method_zPopMin">
Redis::zPopMin</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Pop one or more of the lowest scoring elements from a sorted set.</p></dd><dt><a href="Redis.html#method_zRange">
Redis::zRange</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve a range of elements of a sorted set between a start and end point.</p></dd><dt><a href="Redis.html#method_zRangeByLex">
Redis::zRangeByLex</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve a range of elements from a sorted set by legographical range.</p></dd><dt><a href="Redis.html#method_zRangeByScore">
Redis::zRangeByScore</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve a range of members from a sorted set by their score.</p></dd><dt><a href="Redis.html#method_zrangestore">
Redis::zrangestore</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>This command is similar to ZRANGE except that instead of returning the values directly
it will store them in a destination key provided by the user</p></dd><dt><a href="Redis.html#method_zRandMember">
Redis::zRandMember</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve one or more random members from a Redis sorted set.</p></dd><dt><a href="Redis.html#method_zRank">
Redis::zRank</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get the rank of a member of a sorted set, by score.</p></dd><dt><a href="Redis.html#method_zRem">
Redis::zRem</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Remove one or more members from a Redis sorted set.</p></dd><dt><a href="Redis.html#method_zRemRangeByLex">
Redis::zRemRangeByLex</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Remove zero or more elements from a Redis sorted set by legographical range.</p></dd><dt><a href="Redis.html#method_zRemRangeByRank">
Redis::zRemRangeByRank</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Remove one or more members of a sorted set by their rank.</p></dd><dt><a href="Redis.html#method_zRemRangeByScore">
Redis::zRemRangeByScore</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Remove one or more members of a sorted set by their score.</p></dd><dt><a href="Redis.html#method_zRevRange">
Redis::zRevRange</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>List the members of a Redis sorted set in reverse order</p></dd><dt><a href="Redis.html#method_zRevRangeByLex">
Redis::zRevRangeByLex</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>List members of a Redis sorted set within a legographical range, in reverse order.</p></dd><dt><a href="Redis.html#method_zRevRangeByScore">
Redis::zRevRangeByScore</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>List elements from a Redis sorted set by score, highest to lowest</p></dd><dt><a href="Redis.html#method_zRevRank">
Redis::zRevRank</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve a member of a sorted set by reverse rank.</p></dd><dt><a href="Redis.html#method_zScore">
Redis::zScore</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Get the score of a member of a sorted set.</p></dd><dt><a href="Redis.html#method_zdiff">
Redis::zdiff</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Given one or more sorted set key names, return every element that is in the first
set but not any of the others.</p></dd><dt><a href="Redis.html#method_zdiffstore">
Redis::zdiffstore</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Store the difference of one or more sorted sets in a destination sorted set.</p></dd><dt><a href="Redis.html#method_zinter">
Redis::zinter</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Compute the intersection of one or more sorted sets and return the members</p></dd><dt><a href="Redis.html#method_zintercard">
Redis::zintercard</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Similar to ZINTER but instead of returning the intersected values, this command returns the
cardinality of the intersected set.</p></dd><dt><a href="Redis.html#method_zinterstore">
Redis::zinterstore</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Compute the intersection of one ore more sorted sets storing the result in a new sorted set.</p></dd><dt><a href="Redis.html#method_zscan">
Redis::zscan</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Scan the members of a sorted set incrementally, using a cursor</p></dd><dt><a href="Redis.html#method_zunion">
Redis::zunion</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Retrieve the union of one or more sorted sets</p></dd><dt><a href="Redis.html#method_zunionstore">
Redis::zunionstore</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Perform a union on one or more Redis sets and store the result in a destination sorted set.</p></dd><dt><a href="RedisArray.html#method_zscan">
RedisArray::zscan</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zmpop">
RedisCluster::zmpop</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zadd">
RedisCluster::zadd</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zcard">
RedisCluster::zcard</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zcount">
RedisCluster::zcount</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zincrby">
RedisCluster::zincrby</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zinterstore">
RedisCluster::zinterstore</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zintercard">
RedisCluster::zintercard</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zlexcount">
RedisCluster::zlexcount</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zpopmax">
RedisCluster::zpopmax</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zpopmin">
RedisCluster::zpopmin</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zrange">
RedisCluster::zrange</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zrangestore">
RedisCluster::zrangestore</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zrangebylex">
RedisCluster::zrangebylex</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zrangebyscore">
RedisCluster::zrangebyscore</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zrank">
RedisCluster::zrank</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zrem">
RedisCluster::zrem</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zremrangebylex">
RedisCluster::zremrangebylex</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zremrangebyrank">
RedisCluster::zremrangebyrank</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zremrangebyscore">
RedisCluster::zremrangebyscore</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zrevrange">
RedisCluster::zrevrange</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zrevrangebylex">
RedisCluster::zrevrangebylex</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zrevrangebyscore">
RedisCluster::zrevrangebyscore</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zrevrank">
RedisCluster::zrevrank</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zscan">
RedisCluster::zscan</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zscore">
RedisCluster::zscore</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method_zunionstore">
RedisCluster::zunionstore</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd> </dl><h2 id="letter_">_</h2>
<dl id="index_"><dt><a href="Redis.html#method___construct">
Redis::__construct</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Create a new Redis instance. If passed sufficient information in the
options array it is also possible to connect to an instance at the same
time.</p></dd><dt><a href="Redis.html#method___destruct">
Redis::__destruct</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></dd><dt><a href="Redis.html#method__compress">
Redis::_compress</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Compress a value with the currently configured compressor as set with
Redis::setOption().</p></dd><dt><a href="Redis.html#method__uncompress">
Redis::_uncompress</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Uncompress the provided argument that has been compressed with the
currently configured compressor as set with Redis::setOption().</p></dd><dt><a href="Redis.html#method__prefix">
Redis::_prefix</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Prefix the passed argument with the currently set key prefix as set
with Redis::setOption().</p></dd><dt><a href="Redis.html#method__serialize">
Redis::_serialize</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Serialize the provided value with the currently set serializer as set
with Redis::setOption().</p></dd><dt><a href="Redis.html#method__unserialize">
Redis::_unserialize</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Unserialize the passed argument with the currently set serializer as set
with Redis::setOption().</p></dd><dt><a href="Redis.html#method__pack">
Redis::_pack</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Pack the provided value with the configured serializer and compressor
as set with Redis::setOption().</p></dd><dt><a href="Redis.html#method__unpack">
Redis::_unpack</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd><p>Unpack the provided value with the configured compressor and serializer
as set with Redis::setOption().</p></dd><dt><a href="RedisArray.html#method___call">
RedisArray::__call</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisArray.html#method___construct">
RedisArray::__construct</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisArray.html#method__continuum">
RedisArray::_continuum</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisArray.html#method__distributor">
RedisArray::_distributor</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisArray.html#method__function">
RedisArray::_function</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisArray.html#method__hosts">
RedisArray::_hosts</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisArray.html#method__instance">
RedisArray::_instance</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisArray.html#method__rehash">
RedisArray::_rehash</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisArray.html#method__target">
RedisArray::_target</a>() &mdash; <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method___construct">
RedisCluster::__construct</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method__compress">
RedisCluster::_compress</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method__uncompress">
RedisCluster::_uncompress</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method__serialize">
RedisCluster::_serialize</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method__unserialize">
RedisCluster::_unserialize</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method__pack">
RedisCluster::_pack</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method__unpack">
RedisCluster::_unpack</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method__prefix">
RedisCluster::_prefix</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method__masters">
RedisCluster::_masters</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisCluster.html#method__redir">
RedisCluster::_redir</a>() &mdash; <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
<dd></dd><dt><a href="RedisSentinel.html#method___construct">
RedisSentinel::__construct</a>() &mdash; <em>Method in class <a href="RedisSentinel.html">RedisSentinel</a></em></dt>
<dd></dd> </dl></div><div id="footer">
Generated by <a href="https://github.com/code-lts/doctum">Doctum, a API Documentation generator and fork of Sami</a>.</div></div>
</div>
</body>
</html>