summaryrefslogtreecommitdiffstats
path: root/php-pecl-redis6.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-10-05 08:10:57 +0200
committerRemi Collet <remi@php.net>2024-10-05 08:10:57 +0200
commit505a323cda495121e0678d5fb934596cf2508dd3 (patch)
tree81d10a8653769a8466abc3c032de22673e2fdfb2 /php-pecl-redis6.spec
parent7086341a1105775273af9682fdc0e3e94d0d00bb (diff)
sync summary and description with upstreamHEADmaster
Diffstat (limited to 'php-pecl-redis6.spec')
-rw-r--r--php-pecl-redis6.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/php-pecl-redis6.spec b/php-pecl-redis6.spec
index 038161b..fa2ddf0 100644
--- a/php-pecl-redis6.spec
+++ b/php-pecl-redis6.spec
@@ -35,7 +35,7 @@
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
%global _configure ../%{sources}/configure
-Summary: Extension for communicating with the Redis key-value store
+Summary: PHP extension for interfacing with key-value stores
Name: %{?scl_prefix}php-pecl-redis6
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
@@ -105,12 +105,12 @@ Conflicts: %{?scl_prefix}php-pecl-%{pecl_name}5 < 6
%description
-The phpredis extension provides an API for communicating
-with the Redis key-value store.
+This extension provides an API for communicating with RESP-based key-value
+stores, such as Redis, Valkey, and KeyDB.
-This Redis client implements most of the latest Redis API.
+This client implements most of the latest API.
As method only works when also implemented on the server side,
-some doesn't work with an old redis server version.
+some doesn't work with an old server version.
Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}.