Exercices on redis database
- Redis documentation: https://redis.io/
- Redis source code: https://github.com/redis/redis
- Write a client in Java with JEDIS
- Write a LUA script
- Write a function
- Play with string datatype
- Play with list datatype
- Play with set datatype
- Play with hash datatype
- Play with sorted set datatype
- Play with bitmap string
- Discover big sets with hyperloglog
- Work with streams
- Redis config file
- Basic authentication with password
- Manage account with ACL
- Secure your connection with TLS
- Play with geographic data
- Publish and Subscribe
- Redis replication
- Redis cluster
Jean-Louis GUENEGO jlguenego@gmail.com