Introduction to redis and Strings in Redis
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker
Writing
Notes on engineering, product work, leadership, and the practical details that make software better.
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23.
The sum of the squares of the first ten natural numbers is
The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17.
How to create a random int number between range?