michael-grunder
f41efddc3a
Playing around with gen_stub.php and attributes.
2022-11-17 09:35:40 -08:00
michael-grunder
72f8eb2565
Documentation: Rebuild docs.
2022-11-16 12:13:50 -08:00
michael-grunder
0b7bd83f57
Add more docblocks and fix XAUTOCLAIM response handler.
...
- Finish adding docblocks with examples for all of the stream commands.
- Fix XAUTOCLAIM response handler (the reply has a slightly different
structure to XCLAIM.
2022-11-15 23:29:45 -08:00
michael-grunder
c14a9e3a01
Documentation: Normalize examples.
2022-11-15 18:16:57 -08:00
michael-grunder
53d142d93a
Documentation: Add more docblocks and fix up formatting.
2022-11-15 15:09:24 -08:00
michael-grunder
2d365ee2ad
Documentation: Format docs and add remaining GEO* docblocks
2022-11-15 11:26:29 -08:00
michael-grunder
ef4699c726
Documentation: Rework more formatting and add example sections.
...
[skip ci]
2022-11-10 19:36:06 -08:00
Michael Grunder
65c965638c
Add a link to our WIP API docs. ( #2252 )
2022-11-10 12:06:35 -08:00
michael-grunder
ecf6514400
Documentation: Render docs
2022-11-09 19:26:10 -08:00
michael-grunder
71758b091b
Update stubs.
2022-11-09 19:24:47 -08:00
michael-grunder
531177d42d
Documentation: Render docs
2022-11-09 15:34:31 -08:00
Michael Grunder
87fa36d6c7
Documentation: Formatting for setOption ( #2250 )
2022-11-09 13:55:15 -08:00
Till Krüss
142bddf0b7
Add initial docs ( #2249 )
...
Initial support for `doctum` generated documentation.
2022-11-08 14:59:24 -08:00
Till Krüss
114f4d6056
Uniform meta file names ( #2248 )
...
* rename changelog to CHANGELOG
* Rename COPYING to LICENSE
* Rename cluster.markdown to cluster.md
* Rename README.markdown to README.md
* Rename INSTALL.markdown to INSTALL.md\
* Rename sentinel.markdown to sentinel.md
* Rename arrays.markdown to array.md
* fix all references
2022-11-08 14:49:42 -08:00
Till Krüss
7930a78875
Move issue template ( #2247 )
...
* move issue template
* ignore /.github; + cleanup
2022-11-08 14:12:38 -08:00
michael-grunder
6d595b35e9
Fix xtrim stub
...
[no ci]
2022-11-08 14:11:08 -08:00
michael-grunder
450904f75c
Documentation: More docblocks with examples.
2022-11-07 18:17:48 -08:00
michael-grunder
17db23281a
Documentation: Several more docblocks
2022-11-07 16:45:57 -08:00
michael-grunder
f05ba81935
Documentation: Add several more docblocs
...
- Add a bunch more docblocks with examples
- Link every relevant RedisCluster method to the Redis docs.
2022-11-07 11:02:31 -08:00
michael-grunder
cf63e96ec5
Documentation: More docblocks
2022-11-03 20:40:39 -07:00
michael-grunder
14cd882b28
pconnect isn't experimental
...
See #2236
2022-11-03 19:54:11 -07:00
michael-grunder
a5c4790114
Documentation: More command docblocks
2022-11-03 17:47:21 -07:00
michael-grunder
854f3aa426
Documentation: Stream doc blocks and xtrim fix
...
- XTRIM needs to take the `$threshold` arg as a string since MINID is
not a number.
2022-11-03 14:32:07 -07:00
michael-grunder
b8679d7af1
Documentation: Several ZSET docblocks
2022-11-01 23:07:21 -07:00
michael-grunder
bb06ffa380
Documentation: Even more docblocks
2022-11-01 16:38:23 -07:00
michael-grunder
980ea6b154
Documentation: More docblocks with examples
...
[skip ci]
2022-11-01 14:13:17 -07:00
michael-grunder
b04684d442
Documentation: More docblocks with examples
...
[skip ci]
2022-11-01 12:23:38 -07:00
michael-grunder
70a55f3ef9
Documentation: More docblocks for eventual
...
[skip ci]
2022-11-01 11:05:38 -07:00
michael-grunder
9934088926
Documentation: Add several more docblocks.
2022-11-01 10:53:47 -07:00
Pavlo Yatsukhnenko
5dbb4eebe4
Merge pull request #2230 from phpredis/issue-2068-acl
...
Issue #2068 , Refactor ACL command
2022-11-01 19:28:25 +02:00
Pavlo Yatsukhnenko
376d4d27b0
Use fast_zpp API
2022-11-01 13:22:34 +02:00
Pavlo Yatsukhnenko
504810a5d1
Issue #2068 , Refactor ACL command
2022-11-01 12:53:23 +02:00
michael-grunder
f2cef8be06
More docblocks and refactor SLAVEOF command.
...
Add additional complete docblocks for a few more commands.
Refactor SLAVEOF handler to conform with more modern PhpRedis command
handlers.
Create REPLICAOF and deprecate SLAVEOF as Redis has done since 5.0.0.
2022-10-31 22:32:43 -07:00
michael-grunder
7d5db510a0
Documentation: SSCAN docblock and example
...
[skip ci]
2022-10-31 20:45:18 -07:00
michael-grunder
0dd2836f3c
Documentation: Add a docblock for the set command.
2022-10-31 17:47:17 -07:00
Pavlo Yatsukhnenko
2a0d1c1e6d
Refactor PubSub command
2022-10-31 17:01:35 -07:00
michael-grunder
cc2383f076
Documentation: Additional docblock headers
...
[skip ci]
2022-10-30 20:15:36 -07:00
michael-grunder
fb3fb6f83f
Copy docblock and fix DB option.
2022-10-30 16:19:22 -07:00
michael-grunder
df50b2ad2d
Documentation: More complete command docblocks
...
APPEND
clearLastError
DBSIZE
DECR[BY]
DEL
[skip ci]
2022-10-30 15:06:35 -07:00
Pavlo Yatsukhnenko
e8f5b51748
Move options to the end list
2022-10-30 12:00:12 -07:00
Pavlo Yatsukhnenko
2bb6403883
Issue #1894
...
Add the CH, NX, XX arguments to GEOADD
2022-10-30 12:00:12 -07:00
Pavlo Yatsukhnenko
f2bb2cdb5a
Issue #2114
...
Redis Sentinel TLS support
2022-10-30 11:46:43 -07:00
michael-grunder
c4aef95676
Documentation: More docblocks and examples
...
[skip ci]
2022-10-29 21:44:17 -07:00
michael-grunder
e609fbe8aa
Documentation: Add detailed docs for several set operations
...
SADD[ARRAY]
SSINTER[STORE]
SUNION[STORE]
SDIFF[STORE]
[skip ci]
2022-10-29 15:22:34 -07:00
Pavlo Yatsukhnenko
78de25a394
Use ZEND_STRL in redis_commands.c
2022-10-29 13:28:13 -07:00
michael-grunder
e0b24be1ed
Documentation: Add a BRPOPLPUSH example block
...
[skip ci]
2022-10-28 20:33:10 -07:00
michael-grunder
a2b0c86f67
Documentation: Add detailed docblocks for list pop operations.
2022-10-27 21:57:30 -07:00
michael-grunder
2d8a8a4443
Documentation: [B]Z[M]POP* doc blocks
2022-10-27 15:21:43 -07:00
michael-grunder
b9de0b9724
Documentation: Add docblocks for PF* commands and ping.
2022-10-27 09:37:09 -07:00
michael-grunder
af13f951aa
Fix BITOP cross-slot bug
...
Fixes #2210
2022-10-27 07:45:08 -07:00