Database Reference
In-Depth Information
Working with Redis
The easiest way to start exploring Redis is using the redis-cli tool to
connect to a redis server. Having started a local copy of the redis server,
starting the redis client should look something like this:
$ redis-cli
redis 127.0.0.1:6379> info
# Server
redis_version:2.6.16
redis_git_sha1:00000000
[...]
# Memory
used_memory:1082448
used_memory_human:1.03M
used_memory_rss:319488
used_memory_peak:1133520
used_memory_peak_human:1.08M
used_memory_lua:31744
mem_fragmentation_ratio:0.30
mem_allocator:libc
[...]
Search WWH ::




Custom Search