We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5038f commit 96c960dCopy full SHA for 96c960d
1 file changed
lib/Phpfastcache/Drivers/Redis/Driver.php
@@ -57,8 +57,9 @@ public function getStats(): DriverStatistic
57
->setSize((int)$info['used_memory'])
58
->setInfo(
59
sprintf(
60
- "The Redis daemon v%s is up since %s.\n For more information see RawData. \n Driver size includes the memory allocation size.",
+ "The Redis daemon v%s, php-ext v%s, is up since %s.\n For more information see RawData. \n Driver size includes the memory allocation size.",
61
$info['redis_version'],
62
+ \phpversion("redis"),
63
$date->format(DATE_RFC2822)
64
)
65
);
0 commit comments