레디스란?

레디스를 쓰는 이유?

Node.js에서 Redis 사용하기

const client = redis.createClient({
	host: "<https://redis-server.com>",
	port: 6379
});