Redis Usage Background:
Big data projects, front-end data, are calculated, directly inserted into the Oracle database values, but the amount of data is large, the query is time-consuming.
So, use Redis to do the caching.
However, this is not the reason why I want to install Redis.
I installed is, recently a little idle, pretending to play ... ^_^ ^_^ ^_^
In writing a Jedis blog, Jedis A lot of operations are not familiar with the former colleague encapsulation method, the name is too difficult to remember, there is no desire to see.
Installation process:
Operating system: Red Hat 4.4.6-3
Redis version: Redis-3.2.8.tar.gz (the latest stable version of the official website)
Installation process:
1) New System user Redis
1 # Create User 2 $ useradd Redis 3 # Change Password 4 $ passwd Redis
2) Download Redis package
Linux installation Redis