Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Redis at Beercon

Redis at Beercon

The first beer party gathering for geeks and tech-heads. We believe that everyone’s effort should be credit and rejoice, specially for the unsung heroes behind every successful company or product. We believe that “beer” unites us all!

BeerCon is the day to relax! The once in a year event where people can slack.

Paul de Paula

June 20, 2017
Tweet

More Decks by Paul de Paula

Other Decks in Technology

Transcript

  1. Customer Success Engineer Pantheon Performance Senior Developer X-Team IT Consultant

    World Bank Python Bash Perl OOP PHP & MySQL MariaDB Packagist Nginx Varnish HHVM GIT Github/Bitbucket/Gitlab Drupal WordPress Composer Symfony Security LCache Redis Fastly CloudFlare HTTP2 LetsEncrypt AWS MicrosoftAzure GoogleCloudPlatform Openstack MesoSphere DCOS Docker LXC Kubernetes NewRelicAPI Testing Automation Deployment CI CD About Me
  2. REDIS ? Redis (REmote DIctionary Server), is an in-memory Key-Value

    Database. Also frequently called a “data structure server”
  3. Benefits ✓cache internal application "objects" which can be expensive to

    generate (menu trees, filter results, etc.), and to keep cached page content. ✓provides an alternative caching backend, taking that work off the database, which is vital for scaling to a larger number of logged-in users