Working with Numbers
Working with Numbers
Welcome back to our Redis course! Now that you know how to connect to a Redis server, it's time to move forward and explore how to work with numbers in Redis. This unit builds on our previous lesson, so make sure you're comfortable with establishing a connection to a Redis server.
What You'll Learn
In this lesson, you will learn how to:
- Store numeric values in
RedisusingC++andBoost.Redis. - Retrieve numeric values from
Redisand handle them as strings inC++.
Here's the code snippet that we'll be working with:
