大数据实验室(大数据基础培训)——其它工具的安装使用

为某企业做的培训,完整文档见:http://gudaoxuri.github.io/bd-lab/

14. others

14.1. Redis

Redis基本信息
官网:http://redis.io/
数据类型:http://blog.csdn.net/gaogaoshan/article/details/41039581

14.1.1. 安装

docker pull redis
docker run --name some-redis -d redis

14.1.2. 使用

https://github.com/xetorthio/jedis
https://github.com/mrniko/redisson

你可能感兴趣的:(redis,hadoop,spark,大数据,培训)