diff options
| -rw-r--r-- | php-pecl-redis6.spec | 10 | 
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})}.  | 
