Till Krüss
ba66e22c92
bump year to 2025
2025-01-22 09:24:26 -08:00
Till Krüss
7631d317fd
update year
2024-11-21 11:37:10 -08:00
Alexander Mohorev
5d22ed775a
Fix prefix for SMISMEMBER ( #1468 )
2024-07-02 12:41:07 -07:00
Markus Reinhold
cbef71090b
Fix prefixes for LMOVE and BLMOVE ( #1455 )
...
Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com >
2024-05-02 08:55:20 -07:00
mahshidhp
4dc72458e8
Fix prefix for GEOSEARCH ( #1453 )
2024-04-30 12:29:30 -07:00
Till Krüss
ed90750c1f
fix prefixes for ZPOPMIN, ZPOPMAX and ZMSCORE ( #1451 )
2024-04-10 18:07:03 -07:00
Vladyslav Vildanov
16bdd83d23
Added EXPIRETIME command to KeyPrefixProcessor ( #1369 )
...
* Added EXPIRETIME command to KeyPrefixProcessor
* Fixed test responses for Redis 7.2
* Marked test as relay-incompatible
2023-08-25 14:27:24 -07:00
Vladyslav Vildanov
ffd31cfdef
Added missing redis-stack commands to KeyPrefix processor ( #1358 )
2023-08-10 18:57:16 +03:00
Vladyslav Vildanov
a711ef96e2
Added GETDEL command to KeyPrefixProcessor ( #1306 )
...
* Added GETDEL command to KeyPrefixProcessor
* Added test coverage
* Codestyle fixes
* Added timeout after FT.CREATE call
2023-06-08 11:32:05 +03:00
Jess Archer
98d4f80263
Add missing stream key prefixes ( #1230 )
...
* Added missing stream key prefixes
* Tested stream command key prefixing
2023-03-29 07:03:45 -07:00
Vladyslav Vildanov
29350952d0
Added stream commands to KeyPrefixProcessor ( #1051 )
...
Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local >
2023-01-31 08:50:14 -08:00
Till Krüss
47a7cbc862
unify code formatting
2023-01-17 15:08:18 -08:00
Till Krüss
af2e5cc553
order imports
2023-01-17 15:08:18 -08:00
Till Krüss
06c00ac43f
import global namespace
2023-01-17 15:08:18 -08:00
Till Krüss
31b65f614b
Remove @author tags
2023-01-17 13:41:35 -08:00
Till Krüss
c9babb1984
update copyright comments
2023-01-17 13:41:35 -08:00
Alexandru Pătrănescu
72d7675563
improve PHP 8.2 support ( #797 )
...
* use static::class . '::<method>' instead of 'static::method'
* extract concatenation so it can be improved easier at a later point
one improvement at some point could be to replace static::class . '::<method>' with static::<method>(...) in PHP 8.1+
Co-authored-by: Alexandru Patranescu <alexandru.patranescu@payu.com >
2022-09-08 11:25:37 -07:00
Dries Vints
85dc1752b7
PHP 8.2 Support ( #796 )
2022-09-06 07:13:46 -07:00
Daniele Alessandri
0dff761a61
Merge branch 'v1.1-commands-redis-3.2'
2016-05-24 23:17:33 +02:00
Daniele Alessandri
51932d82e8
Add new command: GEORADIUSBYMEMBER (Redis 3.2.0).
2016-05-24 22:35:27 +02:00
Daniele Alessandri
00000fde4e
Add new command: GEORADIUS (Redis 3.2.0).
2016-05-24 22:30:06 +02:00
Daniele Alessandri
4273a2a8b6
Improve detection of STORE in SORT command arguments.
2016-05-24 21:38:16 +02:00
Daniele Alessandri
b2284d015f
Add new command: GEODIST (Redis 3.2.0).
2016-05-24 17:09:35 +02:00
Daniele Alessandri
c4e0044269
Add new command: GEOPOS (Redis 3.2.0).
2016-05-24 17:09:33 +02:00
Daniele Alessandri
0b6b3b2558
Add new command: GEOHASH (Redis 3.2.0).
2016-05-24 16:00:08 +02:00
Daniele Alessandri
7ef9619f5c
Add new command: GEOADD (Redis 3.2.0).
2016-05-24 16:00:06 +02:00
Daniele Alessandri
3362e474b6
Add new command: BITFIELD (Redis 3.2.0).
2016-05-24 16:00:04 +02:00
Daniele Alessandri
24c0f846c7
Use static:: for invoking static methods in key prefix processor.
...
This trivial change makes it possible to use overridden static methods
when extending Predis\Command\Processor\KeyPrefixProcessor. PHP always
invokes the static methods of a parent class when using self:: even if
the extended classes override them.
2015-07-29 12:28:44 +02:00
Daniele Alessandri
f43433baf1
Add new command: HSTRLEN (Redis 3.2.0).
...
Also bump the unstable profile version to 3.2.
2015-07-29 11:50:20 +02:00
Daniele Alessandri
7282ca2b52
Remove unneeded "use" imports.
2015-07-24 21:25:40 +02:00
Daniele Alessandri
df2e9f4e71
Fix prefix processor to handle variadic EXISTS (Redis >= 3.0.3).
2015-07-24 18:29:51 +02:00
Daniele Alessandri
6590c44a27
Run php-cs-fixer against codebase in src/ and tests/.
2015-07-24 18:04:42 +02:00
Daniele Alessandri
474f3ddbe7
Add missing command: MIGRATE (Redis 2.6.0).
...
Fixes #209 .
2015-07-23 17:22:53 +02:00
Daniele Alessandri
6882d08373
Add missing BITPOS command in key prefix processor.
...
See #265 .
2015-07-23 11:06:57 +02:00
Michal Humpula
af48b30398
add zrevrangebylex command
2015-01-23 23:06:40 +01:00
Thibaud BARDIN
0fc5c5ee77
[phpdoc] Fix missing throws of phpdoc headers.
2014-08-09 23:14:45 +02:00
Daniele Alessandri
029822fe22
Move source files from "lib/" to "src/".
2014-07-14 18:04:18 +02:00