コード例 #1
0
 public function getMemoryStats()
 {
     $this->connectIfNeeded();
     $memory = $this->redis->info('memory');
     return $memory;
 }