Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
php-nrk-predis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian PHP Team
PEAR
php-nrk-predis
Commits
fdd52d02
Unverified
Commit
fdd52d02
authored
3 months ago
by
Till Krüss
Committed by
GitHub
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Tag v2.4.0-RC1 (#1523)
parent
48a86105
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+14
-12
14 additions, 12 deletions
CHANGELOG.md
VERSION
+1
-1
1 addition, 1 deletion
VERSION
src/Client.php
+1
-1
1 addition, 1 deletion
src/Client.php
with
16 additions
and
14 deletions
CHANGELOG.md
+
14
−
12
View file @
fdd52d02
## Changelog
## Unreleased
## v2.4.0-RC1 (2024-11-21)
### Added
-
Added new hash-field expiration commands (#1520)
-
Added missing
`FT._LIST`
and
`BITFIELD_RO`
commands (#1521)
### Changed
-
Update
`WATCH`
command to accept
`string|string[]`
(#1476)
-
Optimize cluster slotmap with compact slot range object (#1493)
### Fixed
-
Fixed
`EVAL_RO`
cluster support (#1449)
-
Fixed PHP 8.4 compatibility with
`stream_context_set_option()`
(#1503)
-
Prevent named arguments runtime failure (#1509)
-
Mark GEOSEARCH as read-only to ensure execution on replica (#1481)
-
Fix eval_ro cluster support (#1449)
### Changed
-
Use parallel on PHP-CS-Fixer (#1489)
-
Update watch command accepting string and string[] (#1476)
-
Optimize redis cluster slotmap with compact slot range object (#1493)
-
Mark
`GEOSEARCH`
as read-only to ensure execution on replica (#1481)
###
Added
-
Added testing with 8.0 (#1510)
###
Maintenance
-
Added
CI
testing with
Redis
8.0 (#1510)
-
Added test coverage for compatibility with Redis 8.0 (#1513)
-
Added missing FT._LIST and BITFIELD_RO commands (#1521)
-
Added new hash-field expiration commands (#1520)
-
Use parallel on PHP-CS-Fixer (#1489)
## v2.3.0 (2024-11-21)
### Added
...
...
This diff is collapsed.
Click to expand it.
VERSION
+
1
−
1
View file @
fdd52d02
2.3.1-dev
\ No newline at end of file
2.4.0-RC1
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/Client.php
+
1
−
1
View file @
fdd52d02
...
...
@@ -53,7 +53,7 @@ use Traversable;
*/
class
Client
implements
ClientInterface
,
IteratorAggregate
{
public
const
VERSION
=
'2.
3.1-dev
'
;
public
const
VERSION
=
'2.
4.0-RC1
'
;
/** @var OptionsInterface */
private
$options
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment