OPI Blog
Learn from experts in their fields

Browsing Tags: Redis

Redis Bitmaps: Storing state in small places
Redis is a popular open source in-memory data store that supports all kinds of abstract data structures. In this post and in an accompanying example Java project, I am going to explore two great use ...