File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -1672,18 +1672,48 @@ public function sort($key, $option = null) {}
1672
1672
1673
1673
/**
1674
1674
* Returns an associative array of strings and integers, with the following keys:
1675
+ *
1675
1676
* - redis_version
1677
+ * - redis_git_sha1
1678
+ * - redis_git_dirty
1676
1679
* - arch_bits
1680
+ * - multiplexing_api
1681
+ * - process_id
1677
1682
* - uptime_in_seconds
1678
1683
* - uptime_in_days
1684
+ * - lru_clock
1685
+ * - used_cpu_sys
1686
+ * - used_cpu_user
1687
+ * - used_cpu_sys_children
1688
+ * - used_cpu_user_children
1679
1689
* - connected_clients
1680
1690
* - connected_slaves
1691
+ * - client_longest_output_list
1692
+ * - client_biggest_input_buf
1693
+ * - blocked_clients
1681
1694
* - used_memory
1695
+ * - used_memory_human
1696
+ * - used_memory_peak
1697
+ * - used_memory_peak_human
1698
+ * - mem_fragmentation_ratio
1699
+ * - mem_allocator
1700
+ * - loading
1701
+ * - aof_enabled
1682
1702
* - changes_since_last_save
1683
1703
* - bgsave_in_progress
1684
1704
* - last_save_time
1685
1705
* - total_connections_received
1686
1706
* - total_commands_processed
1707
+ * - expired_keys
1708
+ * - evicted_keys
1709
+ * - keyspace_hits
1710
+ * - keyspace_misses
1711
+ * - hash_max_zipmap_entries
1712
+ * - hash_max_zipmap_value
1713
+ * - pubsub_channels
1714
+ * - pubsub_patterns
1715
+ * - latest_fork_usec
1716
+ * - vm_enabled
1687
1717
* - role
1688
1718
* @link http://redis.io/commands/info
1689
1719
* @example $redis->info();
You can’t perform that action at this time.
0 commit comments