cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations, pipelining, sentinels and high availability.
Requirement
cpp_redis has no depende...
Redis安装
$ wget http://redis.googlecode.com/files/redis-2.6.13.tar.gz$ tar xzf redis-2.6.13.tar.gz$ cd redis-2.6.13$ make
Redis启动
$ src/redis-server
Redis 简单测试:
$ src/redis-cliredis> set foo barOKr...
root@www:~# /home/git/gitlab-shell/bin/checkCheck GitLab API access: /home/git/gitlab-shell/lib/gitlab_net.rb:182:in `read': No such file or directory - /home/git/gitlab-shell/.gitlab_shell_secret (E...
A Redis client for the Crystal programming language.
Features
Performance (> 680,000 commands per second using pipeline on a MacBook Air with a single client thread)
Pipelining
Transactions
LUA...
Depends on c++ boost library
It uses anet from Redis itself
It has been tested with g++ on Linux (and older versions also on Mac OS X 10.5)
Sharding (consistent hashing with support for user-specifie...