Redis is a high-performance, memory-based Key-value database that is kept in memory and regularly flushed to disk for high read and write efficiency. He is characterized by support for various data structures, stirng,hashes, list,set, and sorted sets
1. Download and install
wget http://download.redis.io/redis-stable.tar.gztar -zxvf redis-stable. Tar . GZCD Redis-stable make
2.make test Check if normal, encountered 1 errors: You need ' tclsh8.5 ' on order to run the Redis test
make Test
3. Use the command to install
Yum Install tcl
Then execute again:
make Test
This last tip: Cleanup:may take some time ... Ok
Description Redis installation is OK. Can run.
5. Implementation:
Make Install
At this point, the Redis installation is complete, the subsequent recording Redis configuration and boot start, go home to eat ... Bye
CentOS installation Redis Records