mirror of
https://github.com/php-win-ext/phpredis.git
synced 2026-03-24 00:52:16 +01:00
Documentation: Rework more formatting and add example sections.
[skip ci]
This commit is contained in:
1341
docs/Redis.html
1341
docs/Redis.html
File diff suppressed because it is too large
Load Diff
@@ -188,8 +188,7 @@ Redis::close</a>() — <em>Method in class <a href="Redis.html">Redis</a></e
|
||||
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. 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>() — <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>
|
||||
@@ -266,8 +265,7 @@ Redis::expire</a>() — <em>Method in class <a href="Redis.html">Redis</a></
|
||||
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's expiration to a specific Unix timestamp in seconds. If
|
||||
connected to Redis >= 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>() — <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>() — <em>Method in class <a href="RedisArray.html">RedisArray</a></em></dt>
|
||||
@@ -341,7 +339,7 @@ Redis::getBit</a>() — <em>Method in class <a href="Redis.html">Redis</a></
|
||||
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></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>() — <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>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -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:"";}}
|
||||
584
redis.stub.php
584
redis.stub.php
File diff suppressed because it is too large
Load Diff
@@ -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")
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user