Introduction to Redis with Java and Jedis: The Basics
Redis is an in-memory data structure store used as a database, cache, and message broker. This course introduces the essential concepts and operations of Redis, including connecting to a Redis server, working with numbers, performing basic operations, and handling data structures such as lists and hashes using Java and the Jedis library.
Lessons and practices
Connecting to Redis with Jedis
Change Key-Value Data
Deleting Keys
Stimulating a Simple User Session Store
Numbers and Operations in Action
Change Increment Logic to Use a Custom Step
Fixing Numeric Value Errors
Checking for Existence
Working with Floats
Track and Update Social Media Stats
Lists and Common Operations
Simulating a Task Queue
Finding the Index
Simulating a Message Queue
Debugging List Access
Track Shopping Cart Size with LLEN
Simulating a Simple Chat System
Using Redis Hashes
Adding an Additional Field
Adding Basic Validation
Fix Incorrect Field Deletion
Simulate a User Login Counter
Comprehensive User Data Management with Redis Hashes
Interested in this course? Learn and practice with Cosmo!
Practice is how you turn knowledge into actual skills.