Apr 2014
21 Mon
22 Tue
23 Wed
24 Thu
25 Fri
26 Sat 09:30 AM – 05:00 PM IST
27 Sun
Accepting submissions
Not accepting submissions
Offloading heavy-ness of web-apps to Redis QueuesA step by step account on how easy it is to integrate a redis queueing system into a python/django powered web-application. And how much it can improve the performance and life of developers. This session will give an idea into what life was without queues and what it is now. more
Section: Showcase
Technical level: Beginner
|
How and why Flipkart is reliant and glued to Redis as a data store for high performance promises shown to customersA detailed overview of how Redis could be used for just more than a cache and the importance of data models. And how a single master-slave can effectively scale and when and why do we need redis clusters. It is to explain the difference and the leverage you get when you look at Redis as just more than a cache. more
Section: Showcase
Technical level: Intermediate
|
How Redis helped me build kwizlet in an hourkwizlet is a simple, lightweight and snappy service that retrieves quiz questions & answers (which can then be consumed by other services). more
Section: Showcase
Technical level: Beginner
|
Redis Memory OptimizationDiagnose and identify memory problems in Redis Design data structures to get the best performance from Redis. more
Section: Troubleshooting
Technical level: Intermediate
|
Bloom filters with redisTo learn about this wonderful probablilistic data structure called Bloom filters and things that redis provides to support this really fast and low memory way of finding data. more
Section: Showcase
Technical level: Intermediate
|
Counting things, very fast, on the InternetRealtime, user-facing statistics can really juice the user experience, especially for sites that are gamified or which implement complicated adaptive algorithms. Our test-prep app is both and I’ll be showing the stuff that went right and horribly wrong while building a realtime, user-facing statistics service for our web application. Hopefully, this experience will help you avoid many of the pitf… more
Section: Showcase
Technical level: Intermediate
|
Rate limiting/monitoring with RedisAs a system grows and moves towards a Service Oriented Architecture, there is generally a need to monitor and limit the access rates of different modules or services. This session will be about a redis recipe for implementing a lightweight and generic rate limiting/monitoring library. The simplicity of redis data structures, persistence and its in memory speed makes it a perfect datastore for thi… more
Section: Showcase
Technical level: Beginner
|
Alternatives to Redis while not compromising on its speedTo know the options other than Redis Outline Redis enjoys a good following from the developers primarily because of its speed. It is the NoSQL data base of choice for the in-memory caching solutions. But it has its own limitations in the aspects of clustering, persistence, auto-sharding, auto-rebalancing etc. more
Section: Showcase
Technical level: Beginner
|