Silicon Valley Code Camp : October 19 & 20, 2019session
Top 10 Ways to Scale Your Website with Redis
Redis has 10 different data structures plus Redis Modules. In this talk, Dave will give at least 1 example of how to use each data structure to scale your website.
About This Session
Redis has 10 different data structures (String, Hash, List, Set, Sorted Set, Bit Array, Bit Field, Hyperloglog, Geospatial Index, Streams) plus Redis Modules. In this talk, Dave will give at least 1 example of how to use each data structure to scale your website. He will start with the basics, such as a SQL cache and User session management. Then he will demonstrate storing user generated tags, leaderboards and counting things with hyberloglog. He will end with a demo of Redis Streams which can be used to scale your Microservices-based architecture.