redis.md

July 15, 2021 · View on GitHub

Bookmarks tagged [redis]

www.codever.land/bookmarks/t/redis

Try Redis

https://try.redis.io


Redis Quick Start – Redis

https://redis.io/topics/quickstart


Hashing in Action: Understanding bcrypt

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.


How to Install and Configure Redis on Linux System

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.


How To Install and Secure Redis on Ubuntu 18.04

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.


ded/express-limiter: Rate limiting middleware for Express

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

Rate limiting middleware for Express


fpereiro/backendlore: How I write backends

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...


mitsuhiko/redis-rs

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

Redis library in Rust


jedis home page

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...


GitHub - dockersamples/example-voting-app

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

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


Reactive Spring - Josh Long, Mark Heckler - YouTube

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...