Skip to content

Instantly share code, notes, and snippets.

@anveo
Created November 7, 2012 21:08
Show Gist options
  • Save anveo/4034477 to your computer and use it in GitHub Desktop.
Save anveo/4034477 to your computer and use it in GitHub Desktop.
21:03:58 ops@ops:~
→ redis-server -v
Redis server version 2.4.17 (00000000:0)
21:03:02 ops@ops:~
→ redis-cli
redis 127.0.0.1:6379> info
redis_version:2.4.17
redis_git_sha1:00000000
redis_git_dirty:0
arch_bits:64
multiplexing_api:epoll
...
----------------------------------------------------------
14:05:21 ~ 1.9.3-p125
∴ redis-server -v
Redis server v=2.6.2 sha=00000000:0 malloc=libc bits=64
14:05:34 ~ 1.9.3-p125
∴ redis-cli
redis 127.0.0.1:6379> info
# Server
redis_version:2.6.2
redis_git_sha1:00000000
redis_git_dirty:0
redis_mode:standalone
os:Darwin 12.2.0 x86_64
arch_bits:64
multiplexing_api:kqueue
gcc_version:4.2.1
process_id:31712
run_id:093b0327ea33dd6002b4061e653e99a177208541
tcp_port:6379
uptime_in_seconds:14
uptime_in_days:0
lru_clock:1014483
# Clients
connected_clients:1
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment