Redis
Redis is an open-source, in-memory data structure store used as a database, cache, message broker, and streaming engine.
|
|
Import
import { RedisIcon, Redis } from "@dev.icons/react";Render
<RedisIcon size={32} />
<Redis size={32} />Compare
Redis is an open-source, in-memory data structure store used as a database, cache, message broker, and streaming engine.
import { RedisIcon, Redis } from "@dev.icons/react";<RedisIcon size={32} />
<Redis size={32} />Compare