Skip to content

Latest commit

 

History

History
83 lines (67 loc) · 5.09 KB

redis.md

File metadata and controls

83 lines (67 loc) · 5.09 KB

Bookmarks tagged [redis]

https://try.redis.io


https://redis.io/topics/quickstart


https://auth0.com/blog/hashing-in-action-understanding-bcrypt/

bcrypt allows us to build a password security platform that can scale with computation power and provides us with hashing and salting mechanisms.


https://www.ubuntupit.com/how-to-install-and-configure-redis-on-linux-system/

Redis is a in-built memory tool for loading server/webpages faster. Here, we will see how to install and use Redis on Linux system.


https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-ubuntu-18-04

Redis is an in-memory key-value store known for its flexibility, performance, and wide language support. This tutorial demonstrates how to install and configure Redis on an Ubuntu 18.04 server.


https://github.com/ded/express-limiter

Rate limiting middleware for Express


https://github.com/fpereiro/backendlore

From late 2012 to the present I have been writing backends (server-side code) for web applications. This document summarizes many aspects of how I write these pieces of code.

I'm writing this lore do...


https://github.com/mitsuhiko/redis-rs

Redis library in Rust


https://github.com/xetorthio/jedis

Jedis

Jedis is a blazingly small and sane Redis java client.

Jedis was conceived to be EASY to use.

Jedis is fully compatible with redis 2.8.x, 3.x.x...


https://github.com/dockersamples/example-voting-app

Example Docker Compose app. A simple distributed application running across multiple Docker containers.


https://www.youtube.com/watch?v=l7VBdWhtl7A

Spring Framework 5.0 is here! One of the most exciting introductions in this release is support for reactive programming, building on the Pivotal Reactor project to support message-driven, elastic, re...