Operation of redis in Linux with C++
This is a instance which show-how connect to Redis with C++ in linux. It is not complex, but practical for the learner in the first stage. Redis includes several data structure like STRING HASH LIST SET and so on. This instance is mainly for HASH structure, including HGET HSET HMGET HMSET HGETALL, and KEY command like HKEYS KEYS DEL. Exactly i am a beginner, so there must be many improper grammar in my programs. Just as a reference.