Apr 2014
21 Mon
22 Tue
23 Wed
24 Thu
25 Fri
26 Sat 09:30 AM – 05:00 PM IST
27 Sun
Apr 2014
21 Mon
22 Tue
23 Wed
24 Thu
25 Fri
26 Sat 09:30 AM – 05:00 PM IST
27 Sun
Redis is an advanced key-value store NoSQL database, often used as a cache (replacing Memcache) and messaging layer (replacing various message queues) in web apps.
As the glue that binds together larger components, Redis rarely gets the attention it deserves. You can be a hotshot NodeJS ninja or PostgreSQL guru, but without Redis your web app is unlikely to be scalable. Knowing what Redis is, how it works and how to use it effectively is an essential skill for any web developer.
Join us for the second Miniconf of 2014 as we examine Redis in detail. We’ve learnt from the first edition with AngularJS and restructured the day:
Ticketing is now closed. The event is sold out.
Sreekanth Vadagiri
@sreeix
Submitted Mar 22, 2014
To 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.
Bloom filters are probabilistic data structures that use very low memory to allow you to find if data does not existing. It gives false positives, but cannot give false negatives. This means that it can be used to query for existance of some stuff for sure. The structure also allows that you can tradeoff space to probability of false positives.
I also go over how we used it to store infomration about a large amount of video data( about 100 million) in a small 1G redis box.
(This was a ruby implementation and I can show some snippets of this code) also there will be a javascript version based on redback(which I contributed, but not used in production)
Sreekanth. Works with Activesphere as a developer. Interested in distributed systems , Ruby and javascript.
Apr 2014
21 Mon
22 Tue
23 Wed
24 Thu
25 Fri
26 Sat 09:30 AM – 05:00 PM IST
27 Sun
{{ gettext('Login to leave a comment') }}
{{ gettext('Post a comment…') }}{{ errorMsg }}
{{ gettext('No comments posted yet') }}