Documentation: Rework more formatting and add example sections.

[skip ci]
This commit is contained in:
michael-grunder
2022-11-10 19:31:38 -08:00
parent 65c965638c
commit ef4699c726
7 changed files with 922 additions and 1019 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -188,8 +188,7 @@ Redis::close</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></e
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. What the command does in particular depends
on the <code>$operation</code> qualifier.</p></dd><dt><a href="Redis.html#method_connect">
<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>
@@ -266,8 +265,7 @@ Redis::expire</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></
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's expiration to a specific Unix timestamp in seconds. If
connected to Redis &gt;= 7.0.0 you can pass an optional 'mode' argument.</p></dd><dt><a href="Redis.html#method_expiretime">
<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>
@@ -341,7 +339,7 @@ Redis::getBit</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></
Redis::getEx</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>
<dd></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></dd><dt><a href="Redis.html#method_getDel">
<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></dd><dt><a href="Redis.html#method_getHost">
Redis::getHost</a>() &mdash; <em>Method in class <a href="Redis.html">Redis</a></em></dt>

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
O:21:"Doctum\Renderer\Index":3:{i:0;a:6:{s:5:"Redis";s:40:"4f4f62f9f49eb59c17c3dda8e0c3ae397a6df977";s:10:"RedisArray";s:40:"fb17c785beccf1dbeedaa48afb4aa7d48fd8b655";s:12:"RedisCluster";s:40:"1783d14c476f95598062edb44dab7284b9b2680d";s:21:"RedisClusterException";s:40:"1783d14c476f95598062edb44dab7284b9b2680d";s:14:"RedisException";s:40:"4f4f62f9f49eb59c17c3dda8e0c3ae397a6df977";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: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:"";}}

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
* Stub hash: 4f4f62f9f49eb59c17c3dda8e0c3ae397a6df977 */
* Stub hash: 0ca9052a6b2da623f76b015fa3271f4a9d1ffcf9 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Redis___construct, 0, 0, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 0, "null")

View File

@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
* Stub hash: 4f4f62f9f49eb59c17c3dda8e0c3ae397a6df977 */
* Stub hash: 0ca9052a6b2da623f76b015fa3271f4a9d1ffcf9 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Redis___construct, 0, 0, 0)
ZEND_ARG_INFO(0, options)