mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
Documentation: Add more docblocks and fix up formatting.
This commit is contained in:
+1
-11
@@ -20,7 +20,7 @@
|
||||
<link rel="search"
|
||||
type="application/opensearchdescription+xml"
|
||||
href="https://phpredis.github.io/opensearch.xml"
|
||||
title="PhpRedis API (develop)" />
|
||||
title="PhpRedis API (main)" />
|
||||
</head>
|
||||
|
||||
<body id="classes" data-name="" data-root-path="" data-search-index-url="doctum-search.json">
|
||||
@@ -82,11 +82,6 @@
|
||||
|
||||
<div class="container-fluid underlined">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<a href="Redis.html"><abbr title="Redis">Redis</abbr></a> </div>
|
||||
<div class="col-md-6"></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<a href="RedisArray.html"><abbr title="RedisArray">RedisArray</abbr></a> </div>
|
||||
<div class="col-md-6"></div>
|
||||
@@ -100,11 +95,6 @@
|
||||
<div class="col-md-6">
|
||||
<a href="RedisClusterException.html"><abbr title="RedisClusterException">RedisClusterException</abbr></a> </div>
|
||||
<div class="col-md-6"></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<a href="RedisException.html"><abbr title="RedisException">RedisException</abbr></a> </div>
|
||||
<div class="col-md-6"></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
|
||||
+25
-566
@@ -20,7 +20,7 @@
|
||||
<link rel="search"
|
||||
type="application/opensearchdescription+xml"
|
||||
href="https://phpredis.github.io/opensearch.xml"
|
||||
title="PhpRedis API (develop)" />
|
||||
title="PhpRedis API (main)" />
|
||||
</head>
|
||||
|
||||
<body id="doc-index" data-name="" data-root-path="" data-search-index-url="doctum-search.json">
|
||||
@@ -95,7 +95,7 @@
|
||||
<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 class="disabled"><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>
|
||||
@@ -103,55 +103,19 @@
|
||||
<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 class="disabled"><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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_append">
|
||||
Redis::append</a>() — <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>() — <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">
|
||||
<dl id="indexA"><dt><a href="RedisCluster.html#method_acl">
|
||||
RedisCluster::acl</a>() — <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_append">
|
||||
RedisCluster::append</a>() — <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>() — <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>() — <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>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_bitpos">
|
||||
Redis::bitpos</a>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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">
|
||||
<dl id="indexB"><dt><a href="RedisArray.html#method_bgsave">
|
||||
RedisArray::bgsave</a>() — <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_bgrewriteaof">
|
||||
RedisCluster::bgrewriteaof</a>() — <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
|
||||
@@ -178,21 +142,7 @@ RedisCluster::bzmpop</a>() — <em>Method in class <a href="RedisCluster.htm
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_blmpop">
|
||||
RedisCluster::blmpop</a>() — <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>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_close">
|
||||
Redis::close</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_command">
|
||||
Redis::command</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_config">
|
||||
Redis::config</a>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_copy">
|
||||
Redis::copy</a>() — <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">
|
||||
<dl id="indexC"><dt><a href="RedisCluster.html#method_clearlasterror">
|
||||
RedisCluster::clearlasterror</a>() — <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_client">
|
||||
RedisCluster::client</a>() — <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
|
||||
@@ -207,23 +157,7 @@ RedisCluster::config</a>() — <em>Method in class <a href="RedisCluster.htm
|
||||
<dd></dd><dt><a href="RedisSentinel.html#method_ckquorum">
|
||||
RedisSentinel::ckquorum</a>() — <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>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_decr">
|
||||
Redis::decr</a>() — <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>() — <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>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_discard">
|
||||
Redis::discard</a>() — <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>() — <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">
|
||||
<dl id="indexD"><dt><a href="RedisArray.html#method_del">
|
||||
RedisArray::del</a>() — <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisArray.html#method_discard">
|
||||
RedisArray::discard</a>() — <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
|
||||
@@ -242,32 +176,7 @@ RedisCluster::discard</a>() — <em>Method in class <a href="RedisCluster.ht
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_dump">
|
||||
RedisCluster::dump</a>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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 >= 7.0.0 you may send an additional "mode" argument which
|
||||
modifies how the command will execute.</p></dd><dt><a href="Redis.html#method_expireAt">
|
||||
Redis::expireAt</a>() — <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>() — <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">
|
||||
<dl id="indexE"><dt><a href="RedisArray.html#method_exec">
|
||||
RedisArray::exec</a>() — <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_echo">
|
||||
RedisCluster::echo</a>() — <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
|
||||
@@ -290,13 +199,7 @@ RedisCluster::expireat</a>() — <em>Method in class <a href="RedisCluster.h
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_expiretime">
|
||||
RedisCluster::expiretime</a>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_flushAll">
|
||||
Redis::flushAll</a>() — <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>() — <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">
|
||||
<dl id="indexF"><dt><a href="RedisArray.html#method_flushall">
|
||||
RedisArray::flushall</a>() — <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisArray.html#method_flushdb">
|
||||
RedisArray::flushdb</a>() — <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
|
||||
@@ -309,61 +212,7 @@ RedisSentinel::failover</a>() — <em>Method in class <a href="RedisSentinel
|
||||
<dd></dd><dt><a href="RedisSentinel.html#method_flushconfig">
|
||||
RedisSentinel::flushconfig</a>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_geodist">
|
||||
Redis::geodist</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_geohash">
|
||||
Redis::geohash</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_geopos">
|
||||
Redis::geopos</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_georadius">
|
||||
Redis::georadius</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_georadius_ro">
|
||||
Redis::georadius_ro</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_georadiusbymember">
|
||||
Redis::georadiusbymember</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_georadiusbymember_ro">
|
||||
Redis::georadiusbymember_ro</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_geosearch">
|
||||
Redis::geosearch</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_geosearchstore">
|
||||
Redis::geosearchstore</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_get">
|
||||
Redis::get</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_getAuth">
|
||||
Redis::getAuth</a>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_getEx">
|
||||
Redis::getEx</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_getDBNum">
|
||||
Redis::getDBNum</a>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_getHost">
|
||||
Redis::getHost</a>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisArray.html#method_getOption">
|
||||
<dl id="indexG"><dt><a href="RedisArray.html#method_getOption">
|
||||
RedisArray::getOption</a>() — <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_geoadd">
|
||||
RedisCluster::geoadd</a>() — <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
|
||||
@@ -400,39 +249,7 @@ RedisCluster::gettransferredbytes</a>() — <em>Method in class <a href="Red
|
||||
<dd></dd><dt><a href="RedisSentinel.html#method_getMasterAddrByName">
|
||||
RedisSentinel::getMasterAddrByName</a>() — <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>() — <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>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_hGetAll">
|
||||
Redis::hGetAll</a>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_hSetNx">
|
||||
Redis::hSetNx</a>() — <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>() — <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>() — <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>() — <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">
|
||||
<dl id="indexH"><dt><a href="RedisArray.html#method_hscan">
|
||||
RedisArray::hscan</a>() — <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_hdel">
|
||||
RedisCluster::hdel</a>() — <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
|
||||
@@ -465,20 +282,7 @@ RedisCluster::hstrlen</a>() — <em>Method in class <a href="RedisCluster.ht
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_hvals">
|
||||
RedisCluster::hvals</a>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd><p>Increment a key's value, optionally by a specifc amount.</p></dd><dt><a href="Redis.html#method_incrBy">
|
||||
Redis::incrBy</a>() — <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>() — <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>() — <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>() — <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">
|
||||
<dl id="indexI"><dt><a href="RedisArray.html#method_info">
|
||||
RedisArray::info</a>() — <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_incr">
|
||||
RedisCluster::incr</a>() — <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
|
||||
@@ -492,44 +296,12 @@ RedisCluster::info</a>() — <em>Method in class <a href="RedisCluster.html"
|
||||
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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisArray.html#method_keys">
|
||||
<dl id="indexK"><dt><a href="RedisArray.html#method_keys">
|
||||
RedisArray::keys</a>() — <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_keys">
|
||||
RedisCluster::keys</a>() — <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>() — <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>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_lLen">
|
||||
Redis::lLen</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_lMove">
|
||||
Redis::lMove</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_lPop">
|
||||
Redis::lPop</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_lPos">
|
||||
Redis::lPos</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_lPush">
|
||||
Redis::lPush</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_lPushx">
|
||||
Redis::lPushx</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_lSet">
|
||||
Redis::lSet</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_lastSave">
|
||||
Redis::lastSave</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_lindex">
|
||||
Redis::lindex</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_lrange">
|
||||
Redis::lrange</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_lrem">
|
||||
Redis::lrem</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_ltrim">
|
||||
Redis::ltrim</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_lmpop">
|
||||
<dl id="indexL"><dt><a href="RedisCluster.html#method_lmpop">
|
||||
RedisCluster::lmpop</a>() — <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_lcs">
|
||||
RedisCluster::lcs</a>() — <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
|
||||
@@ -558,19 +330,7 @@ RedisCluster::lset</a>() — <em>Method in class <a href="RedisCluster.html"
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_ltrim">
|
||||
RedisCluster::ltrim</a>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_migrate">
|
||||
Redis::migrate</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_move">
|
||||
Redis::move</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_mset">
|
||||
Redis::mset</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_msetnx">
|
||||
Redis::msetnx</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_multi">
|
||||
Redis::multi</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisArray.html#method_mget">
|
||||
<dl id="indexM"><dt><a href="RedisArray.html#method_mget">
|
||||
RedisArray::mget</a>() — <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisArray.html#method_mset">
|
||||
RedisArray::mset</a>() — <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
|
||||
@@ -591,50 +351,10 @@ RedisSentinel::masters</a>() — <em>Method in class <a href="RedisSentinel.
|
||||
<dd></dd><dt><a href="RedisSentinel.html#method_myid">
|
||||
RedisSentinel::myid</a>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_open">
|
||||
Redis::open</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_object">
|
||||
<dl id="indexO"><dt><a href="RedisCluster.html#method_object">
|
||||
RedisCluster::object</a>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd><p>Get the expriation timestamp of a given Redis key but in milliseconds.</p></dd><dt><a href="Redis.html#method_pconnect">
|
||||
Redis::pconnect</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_persist">
|
||||
Redis::persist</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_pexpire">
|
||||
Redis::pexpire</a>() — <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 >= 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>() — <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 >= 7.0.0 you can pass an optional 'mode' argument.</p></dd><dt><a href="Redis.html#method_pfadd">
|
||||
Redis::pfadd</a>() — <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>() — <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>() — <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>() — <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>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_psetex">
|
||||
Redis::psetex</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_psubscribe">
|
||||
Redis::psubscribe</a>() — <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>() — <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>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_punsubscribe">
|
||||
Redis::punsubscribe</a>() — <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">
|
||||
<dl id="indexP"><dt><a href="RedisArray.html#method_ping">
|
||||
RedisArray::ping</a>() — <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_pexpiretime">
|
||||
RedisCluster::pexpiretime</a>() — <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
|
||||
@@ -667,34 +387,7 @@ RedisCluster::punsubscribe</a>() — <em>Method in class <a href="RedisClust
|
||||
<dd></dd><dt><a href="RedisSentinel.html#method_ping">
|
||||
RedisSentinel::ping</a>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_rPushx">
|
||||
Redis::rPushx</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_rPop">
|
||||
Redis::rPop</a>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>
|
||||
<dl id="indexR"><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>() — <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
|
||||
@@ -717,100 +410,11 @@ RedisCluster::rpush</a>() — <em>Method in class <a href="RedisCluster.html
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_rpushx">
|
||||
RedisCluster::rpushx</a>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_sortAscAlpha">
|
||||
Redis::sortAscAlpha</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_sortDesc">
|
||||
Redis::sortDesc</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_sortDescAlpha">
|
||||
Redis::sortDescAlpha</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_srem">
|
||||
Redis::srem</a>() — <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>() — <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>() — <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>() — <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>() — <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">
|
||||
<dl id="indexS"><dt><a href="RedisArray.html#method_save">
|
||||
RedisArray::save</a>() — <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisArray.html#method_scan">
|
||||
RedisArray::scan</a>() — <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
|
||||
@@ -887,15 +491,7 @@ RedisSentinel::sentinels</a>() — <em>Method in class <a href="RedisSentine
|
||||
<dd></dd><dt><a href="RedisSentinel.html#method_slaves">
|
||||
RedisSentinel::slaves</a>() — <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>() — <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>() — <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>() — <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>() — <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">
|
||||
<dl id="indexT"><dt><a href="RedisCluster.html#method_touch">
|
||||
RedisCluster::touch</a>() — <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_time">
|
||||
RedisCluster::time</a>() — <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
|
||||
@@ -904,15 +500,7 @@ RedisCluster::ttl</a>() — <em>Method in class <a href="RedisCluster.html">
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_type">
|
||||
RedisCluster::type</a>() — <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>() — <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>() — <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>() — <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">
|
||||
<dl id="indexU"><dt><a href="RedisArray.html#method_unlink">
|
||||
RedisArray::unlink</a>() — <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisArray.html#method_unwatch">
|
||||
RedisArray::unwatch</a>() — <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
|
||||
@@ -923,44 +511,10 @@ RedisCluster::unlink</a>() — <em>Method in class <a href="RedisCluster.htm
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_unwatch">
|
||||
RedisCluster::unwatch</a>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_wait">
|
||||
Redis::wait</a>() — <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
|
||||
recieving them.</p></dd><dt><a href="RedisCluster.html#method_watch">
|
||||
<dl id="indexW"><dt><a href="RedisCluster.html#method_watch">
|
||||
RedisCluster::watch</a>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_xadd">
|
||||
Redis::xadd</a>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_xclaim">
|
||||
Redis::xclaim</a>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method_xdel">
|
||||
Redis::xdel</a>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd><p>Get a range of entries from a STREAM ke in reverse cronological order.</p></dd><dt><a href="Redis.html#method_xtrim">
|
||||
Redis::xtrim</a>() — <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">
|
||||
<dl id="indexX"><dt><a href="RedisCluster.html#method_xack">
|
||||
RedisCluster::xack</a>() — <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_xadd">
|
||||
RedisCluster::xadd</a>() — <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
|
||||
@@ -987,75 +541,7 @@ RedisCluster::xrevrange</a>() — <em>Method in class <a href="RedisCluster.
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_xtrim">
|
||||
RedisCluster::xtrim</a>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd><p>Count the number of elements in a sorted set whos members fall within the provided
|
||||
lexographical range.</p></dd><dt><a href="Redis.html#method_zMscore">
|
||||
Redis::zMscore</a>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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">
|
||||
<dl id="indexZ"><dt><a href="RedisArray.html#method_zscan">
|
||||
RedisArray::zscan</a>() — <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_zmpop">
|
||||
RedisCluster::zmpop</a>() — <em>Method in class <a href="RedisCluster.html">RedisCluster</a></em></dt>
|
||||
@@ -1110,34 +596,7 @@ RedisCluster::zscore</a>() — <em>Method in class <a href="RedisCluster.htm
|
||||
<dd></dd><dt><a href="RedisCluster.html#method_zunionstore">
|
||||
RedisCluster::zunionstore</a>() — <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>() — <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>() — <em>Method in class <a href="Redis.html">Redis</a></em></dt>
|
||||
<dd></dd><dt><a href="Redis.html#method__compress">
|
||||
Redis::_compress</a>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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>() — <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">
|
||||
<dl id="index_"><dt><a href="RedisArray.html#method___call">
|
||||
RedisArray::__call</a>() — <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
|
||||
<dd></dd><dt><a href="RedisArray.html#method___construct">
|
||||
RedisArray::__construct</a>() — <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
|
||||
|
||||
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,5 +1,5 @@
|
||||
var Doctum = {
|
||||
treeJson: {"tree":{"l":0,"n":"","p":"","c":[{"l":1,"n":"[Global Namespace]","p":"[Global_Namespace]","c":[{"l":2,"n":"Redis","p":"Redis"},{"l":2,"n":"RedisArray","p":"RedisArray"},{"l":2,"n":"RedisCluster","p":"RedisCluster"},{"l":2,"n":"RedisClusterException","p":"RedisClusterException"},{"l":2,"n":"RedisException","p":"RedisException"},{"l":2,"n":"RedisSentinel","p":"RedisSentinel"}]}]},"treeOpenLevel":2},
|
||||
treeJson: {"tree":{"l":0,"n":"","p":"","c":[{"l":1,"n":"[Global Namespace]","p":"[Global_Namespace]","c":[{"l":2,"n":"RedisArray","p":"RedisArray"},{"l":2,"n":"RedisCluster","p":"RedisCluster"},{"l":2,"n":"RedisClusterException","p":"RedisClusterException"},{"l":2,"n":"RedisSentinel","p":"RedisSentinel"}]}]},"treeOpenLevel":2},
|
||||
/** @var boolean */
|
||||
treeLoaded: false,
|
||||
/** @var boolean */
|
||||
|
||||
+1
-11
@@ -20,7 +20,7 @@
|
||||
<link rel="search"
|
||||
type="application/opensearchdescription+xml"
|
||||
href="https://phpredis.github.io/opensearch.xml"
|
||||
title="PhpRedis API (develop)" />
|
||||
title="PhpRedis API (main)" />
|
||||
</head>
|
||||
|
||||
<body id="index" data-name="" data-root-path="" data-search-index-url="doctum-search.json">
|
||||
@@ -82,11 +82,6 @@
|
||||
|
||||
<div class="container-fluid underlined">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<a href="Redis.html"><abbr title="Redis">Redis</abbr></a> </div>
|
||||
<div class="col-md-6"></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<a href="RedisArray.html"><abbr title="RedisArray">RedisArray</abbr></a> </div>
|
||||
<div class="col-md-6"></div>
|
||||
@@ -100,11 +95,6 @@
|
||||
<div class="col-md-6">
|
||||
<a href="RedisClusterException.html"><abbr title="RedisClusterException">RedisClusterException</abbr></a> </div>
|
||||
<div class="col-md-6"></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<a href="RedisException.html"><abbr title="RedisException">RedisException</abbr></a> </div>
|
||||
<div class="col-md-6"></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<link rel="search"
|
||||
type="application/opensearchdescription+xml"
|
||||
href="https://phpredis.github.io/opensearch.xml"
|
||||
title="PhpRedis API (develop)" />
|
||||
title="PhpRedis API (main)" />
|
||||
</head>
|
||||
|
||||
<body id="interfaces" data-name="" data-root-path="" data-search-index-url="doctum-search.json">
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<link rel="search"
|
||||
type="application/opensearchdescription+xml"
|
||||
href="https://phpredis.github.io/opensearch.xml"
|
||||
title="PhpRedis API (develop)" />
|
||||
title="PhpRedis API (main)" />
|
||||
</head>
|
||||
|
||||
<body id="namespaces" data-name="" data-root-path="" data-search-index-url="doctum-search.json">
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:referrer="http://a9.com/-/opensearch/extensions/referrer/">
|
||||
<ShortName>PhpRedis API (develop)</ShortName>
|
||||
<Description>Searches PhpRedis API (develop)</Description>
|
||||
<ShortName>PhpRedis API (main)</ShortName>
|
||||
<Description>Searches PhpRedis API (main)</Description>
|
||||
<Tags>PhpRedis API</Tags>
|
||||
<Url type="text/html" method="GET" template="https://phpredis.github.io/search.html?search={searchTerms}&utm_source={referrer:source?}"/>
|
||||
<InputEncoding>UTF-8</InputEncoding>
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
O:21:"Doctum\Renderer\Index":3:{i:0;a:6:{s:5:"Redis";s:40:"0ca9052a6b2da623f76b015fa3271f4a9d1ffcf9";s:10:"RedisArray";s:40:"fb17c785beccf1dbeedaa48afb4aa7d48fd8b655";s:12:"RedisCluster";s:40:"1783d14c476f95598062edb44dab7284b9b2680d";s:21:"RedisClusterException";s:40:"1783d14c476f95598062edb44dab7284b9b2680d";s:14:"RedisException";s:40:"0ca9052a6b2da623f76b015fa3271f4a9d1ffcf9";s:13:"RedisSentinel";s:40:"4055ace9f1cf20bef89bdb5d3219470b4c8915e6";}i:1;a:1:{i:0;s:7:"develop";}i:2;a:1:{i:0;s:0:"";}}
|
||||
O:21:"Doctum\Renderer\Index":3:{i:0;a:4:{s:10:"RedisArray";s:40:"fb17c785beccf1dbeedaa48afb4aa7d48fd8b655";s:12:"RedisCluster";s:40:"1783d14c476f95598062edb44dab7284b9b2680d";s:21:"RedisClusterException";s:40:"1783d14c476f95598062edb44dab7284b9b2680d";s:13:"RedisSentinel";s:40:"4055ace9f1cf20bef89bdb5d3219470b4c8915e6";}i:1;a:1:{i:0;s:4:"main";}i:2;a:1:{i:0;s:0:"";}}
|
||||
+1
-1
@@ -20,7 +20,7 @@
|
||||
<link rel="search"
|
||||
type="application/opensearchdescription+xml"
|
||||
href="https://phpredis.github.io/opensearch.xml"
|
||||
title="PhpRedis API (develop)" />
|
||||
title="PhpRedis API (main)" />
|
||||
</head>
|
||||
|
||||
<body id="search-page" data-name="" data-root-path="" data-search-index-url="doctum-search.json">
|
||||
|
||||
+2
-2
@@ -20,7 +20,7 @@
|
||||
<link rel="search"
|
||||
type="application/opensearchdescription+xml"
|
||||
href="https://phpredis.github.io/opensearch.xml"
|
||||
title="PhpRedis API (develop)" />
|
||||
title="PhpRedis API (main)" />
|
||||
</head>
|
||||
|
||||
<body id="traits" data-name="" data-root-path="" data-search-index-url="doctum-search.json">
|
||||
@@ -80,7 +80,7 @@
|
||||
</div>
|
||||
|
||||
<div class="container-fluid underlined">
|
||||
</div>
|
||||
</div>
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user