mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
fix change username card useage
This commit is contained in:
@@ -668,7 +668,7 @@ class Install
|
||||
$redis = NexusDB::redis();
|
||||
$result = $redis->info();
|
||||
$version = $result['redis_version'];
|
||||
$match = version_compare($version, '2.0.0', '>=');
|
||||
$match = version_compare($version, '2.6.12', '>=');
|
||||
return compact('version', 'match');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user