Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1d3284936b | |||
|
|
1bcbb2f376 |
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 6 20:30:35 UTC 2025 - Илья Индиго <ilya@ilya.top>
|
||||
|
||||
- Updated to 6.3.0
|
||||
* https://pecl.php.net/package-changelog.php?package=redis&release=6.3.0RC1
|
||||
* https://pecl.php.net/package-changelog.php?package=redis&release=6.3.0
|
||||
* Added hash expiration commands HGETEX, HSETEX, HGETDEL and HMGET.
|
||||
* Added GETDEL for RedisCluster.
|
||||
* Added vectorset commands.
|
||||
* Fixed a possible segfault during failover.
|
||||
* Fixed hset fields handling.
|
||||
* Fixed HSetEx expiry argument handling.
|
||||
* Fixed RedisCluster segfault.
|
||||
* Fixed Cloning our objects should not segfault.
|
||||
* Fixed return type for RedisCluster vgetattr and vsetattr.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 04:38:41 UTC 2025 - Илья Индиго <ilya@ilya.top>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -29,7 +29,7 @@ ExclusiveArch: do-not-build
|
||||
%define php_cfgdir %{_sysconfdir}/%{php_name}/conf.d
|
||||
%endif
|
||||
Name: %{php_name}-%{pkg_name}
|
||||
Version: 6.2.0
|
||||
Version: 6.3.0
|
||||
Release: 0
|
||||
Summary: API for communicating with Redis servers
|
||||
License: PHP-3.01
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5069c13dd22bd9e494bb246891052cb6cc0fc9a1b45c6a572a8be61773101363
|
||||
size 379865
|
||||
3
redis-6.3.0.tgz
Normal file
3
redis-6.3.0.tgz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d5141f634bd1db6c1ddcda053d25ecf2c4fc1c395430d534fd3f8d51dd7f0b5
|
||||
size 399284
|
||||
Reference in New Issue
Block a user