Pavlo Yatsukhnenko
dc9fb5a01e
WIP fast zpp
2024-01-27 15:31:01 +02:00
Takayasu Oyama
8f8ff72a79
Update zCount argument type in redis.stub.php ( #2439 )
...
* Update zCount argument type in redis.stub.php
zCount's min/max can also be an integer.
* fix arginfo
2024-01-24 12:46:50 -08:00
Pavlo Yatsukhnenko
5d293245cd
Fix Redis::mget signature
2024-01-16 13:43:51 -08:00
michael-grunder
a4a283ab50
Change exec return method type hint
2024-01-16 13:43:16 -08:00
Alexandre Choura
14f93339c0
fix: RedisCluster::publish returns a cluster_long_resp
2024-01-16 12:58:17 -08:00
woodong
3fdd52b42d
Fix the time unit of retry_interval
2024-01-16 11:23:00 -08:00
michael-grunder
6dc0a0be8d
Fix segfault when passing just false to auth.
...
Fixes #2430
2024-01-09 12:55:06 -08:00
Pavlo Yatsukhnenko
f4ede5a637
Merge pull request #2429 from phpredis/session-tests
...
Set sessionSaveHandler
2023-12-20 08:36:42 +02:00
Pavlo Yatsukhnenko
9f8f80ca9d
sessionSaveHandler
2023-12-19 20:01:47 +02:00
Pavlo Yatsukhnenko
77efcaa059
Merge pull request #2427 from RobiNN1/patch-1
...
Add PHP 8.3 to CI
2023-12-19 19:59:31 +02:00
Pavlo Yatsukhnenko
e051a5db3e
PHP 8.3 is now released.
2023-12-19 15:59:31 +02:00
Róbert Kelčák
78d15140fa
Add PHP 8.3 to CI
...
Also Windows setup-php-sdk action was moved to the official repo where is maintained again.
2023-12-02 12:36:44 +01:00
michael-grunder
ff305349db
Update generated stubs
...
See #2398
2023-10-30 10:51:23 -07:00
Uładzimir Tsykun
df074dbe9e
the VALUE argument type for hSetNx must be the same as for hSet
2023-10-30 10:51:23 -07:00
michael-grunder
12966a7413
Update generated stubs
2023-10-27 11:46:23 -07:00
Git'Fellow
9b5cad317b
Fix anchor link
2023-10-25 08:23:36 -07:00
Pavlo Yatsukhnenko
a0c8fcc589
Back to dev
2023-10-22 21:12:44 +03:00
Pavlo Yatsukhnenko
efc9676035
Merge tag '6.0.2' into develop
2023-10-22 21:12:01 +03:00
Pavlo Yatsukhnenko
62cf943fec
6.0.2
6.0.2
2023-10-22 19:16:41 +03:00
Pavlo Yatsukhnenko
c9e92365e0
Update CHANGELOG.md
2023-10-22 19:08:58 +03:00
Pavlo Yatsukhnenko
abb3708c3d
Fix deprecation error when passing null to match_type parameter
2023-10-22 19:03:39 +03:00
michael-grunder
3ec80ff09f
Fix flaky test and OBJECT in a pipeline.
...
* We weren't properly passing `z_tab` through to the underlying OBJECT
handler, which was causing PhpRedis to crash if you tried to execute
the OBJECT command in a pipeline.
* Rework the `testTouch` unit test to try and avoid erroneous failures
due to CI instance CPU scheduling.
2023-10-22 19:03:28 +03:00
michael-grunder
f404ecb833
Find our callback by pattern with PSUBSCRIBE
...
* Use the pattern Redis provides us not the channel, if this is
a wildcard based `PSUBSCRIBE` payload.
* Don't test whether our slots match in `SSUBSCRIBE` when not in cluster
mode.
Fixes #2395
2023-10-22 19:03:04 +03:00
Pavlo Yatsukhnenko
7ed047870c
Update CHANGELOG.md
2023-10-22 19:02:13 +03:00
Pavlo Yatsukhnenko
e7910dcc45
Merge pull request #2405 from phpredis/issue-2403
...
Fix deprecation error when passing null to match_type parameter
2023-10-14 00:27:40 +03:00
Pavlo Yatsukhnenko
b835aaa3f9
Fix deprecation error when passing null to match_type parameter
2023-10-13 17:50:37 +03:00
michael-grunder
a7f51f70cc
Fix flaky test and OBJECT in a pipeline.
...
* We weren't properly passing `z_tab` through to the underlying OBJECT
handler, which was causing PhpRedis to crash if you tried to execute
the OBJECT command in a pipeline.
* Rework the `testTouch` unit test to try and avoid erroneous failures
due to CI instance CPU scheduling.
2023-10-10 18:39:08 -07:00
Pavlo Yatsukhnenko
954fbab896
Use newInstance in RedisClusterTest
2023-10-02 15:16:34 +03:00
michael-grunder
2f276dcd37
Find our callback by pattern with PSUBSCRIBE
...
* Use the pattern Redis provides us not the channel, if this is
a wildcard based `PSUBSCRIBE` payload.
* Don't test whether our slots match in `SSUBSCRIBE` when not in cluster
mode.
Fixes #2395
2023-09-26 11:29:04 -07:00
Pavlo Yatsukhnenko
f4c2ac2647
Use actions/checkout@v4
2023-09-23 14:46:25 +03:00
Pavlo Yatsukhnenko
156e53e720
Back to dev
2023-09-23 14:37:51 +03:00
Pavlo Yatsukhnenko
c99c2fb742
Merge tag '6.0.1' into develop
2023-09-23 14:36:57 +03:00
Pavlo Yatsukhnenko
dbb4f24e12
6.0.1
6.0.1
2023-09-23 14:35:00 +03:00
Pavlo Yatsukhnenko
9467059ddc
Update CHANGELOG.md
2023-09-23 14:16:45 +03:00
Pavlo Yatsukhnenko
0a1ae0e60a
Fix memory leak and segfault in Redis::exec
2023-09-23 14:16:45 +03:00
Pavlo Yatsukhnenko
c48d150c13
Update CHANGELOG.md
2023-09-23 14:13:25 +03:00
Pavlo Yatsukhnenko
362e1141a3
Fix memory leak and segfault in Redis::exec
2023-09-23 14:11:45 +03:00
Pavlo Yatsukhnenko
60b1ba1464
Merge pull request #2344 from tutunak/develop
...
Fix Fedora package url
2023-09-23 13:40:06 +03:00
Pavlo Yatsukhnenko
bfd379f026
Merge pull request #2349 from deiga/patch-1
...
Fix typo in link
2023-09-23 13:38:11 +03:00
Pavlo Yatsukhnenko
e5d358a86a
Update CHANGELOG.md
2023-09-23 13:26:22 +03:00
Pavlo Yatsukhnenko
91c931bf70
Update CHANGELOG.md
2023-09-23 13:25:50 +03:00
Pavlo Yatsukhnenko
2395ca1bbf
Update redis.stub.php
2023-09-23 13:14:47 +03:00
Pavlo Yatsukhnenko
d7a06e80a5
Fix unknown expiration modifier warning when null argument passed
2023-09-23 13:14:34 +03:00
Joost
08a5ee071a
Add back old examples with note
2023-09-23 13:14:19 +03:00
Joost
3cdb6cd1c9
Update sentinel documentation to reflect changes to constructor in 6.0 release
2023-09-23 13:13:29 +03:00
Till Krüss
d5fbd7922a
Add missing option to example
2023-09-23 13:12:43 +03:00
Pavlo Yatsukhnenko
0672703ba8
Fix cluster nodes from ENV
2023-09-22 14:57:48 +03:00
Pavlo Yatsukhnenko
eda399583d
Cluster nodes from ENV
2023-09-22 12:23:43 +03:00
Pavlo Yatsukhnenko
3eb60f58c1
Merge pull request #2388 from phpredis/issue-2385
...
Fix unknown expiration modifier warning when null argument passed
2023-09-20 22:08:33 +03:00
michael-grunder
7825efbced
Ensure we're talking to redis-server in our high ports test.
...
Instead of just checking whether or not something is listening on the
high ports, send a quick PING to make sure.
We're not just using another Redis instance because the point of the
test is to protect against a regression when connecting to high port
numbers.
2023-09-20 09:36:41 -07:00