Skip to content

Commit

Permalink
Reactive vale proposition
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitbbhayani committed Nov 8, 2024
1 parent 1e9e85b commit 0532798
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DiceDB
<a href="https://dicedb.io/get-started/installation/">![Docs](https://img.shields.io/badge/docs-00A1FF?style=flat-square)</a>
<a target="_blank" href="https://discord.gg/6r8uXWtXh7"><img src="https://dcbadge.limes.pink/api/server/6r8uXWtXh7?style=flat" alt="discord community" /></a>

DiceDB is a redis-compliant, in-memory, real-time, and reactive database optimized for modern hardware and for building and scaling truly real-time applications.
DiceDB is a redis-compliant, reactive, scalable, highly available, unified cache optimized for modern hardware.

We are looking for Early Design Partners, so, if you want to evaluate DiceDB, [block our calendar](https://cal.com/dicedb-arpit). always up for a chat.

Expand Down
3 changes: 1 addition & 2 deletions docs/src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import site from "../data/site.json";
<div class="column content section is-8 has-text-centered">
<h1 class="title is-size-1">a super cache;</h1>
<p class="is-size-5">
DiceDB is a redis-compliant, scalable, highly available, unified cache
optimized for modern hardware
DiceDB is a redis-compliant, reactive, scalable, highly available, unified cache optimized for modern hardware
<span class="has-text-danger">*</span>
</p>
<p class="notification has-text-weight-bold">
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/get-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar:
order: 1
---

DiceDB is a redis-compliant, in-memory, real-time, and reactive database optimized for modern hardware and for building and scaling truly real-time applications.
DiceDB is a redis-compliant, reactive, scalable, highly available, unified cache optimized for modern hardware.

We are looking for Early Design Partners, so, if you want to evaluate DiceDB, [block our calendar](https://cal.com/dicedb-arpit). always up for a chat.

Expand Down
7 changes: 5 additions & 2 deletions docs/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const recentBlogs = blogs
const title = "DiceDB - a super cache;";
const description =
"DiceDB is a redis-compliant, scalable, highly available, unified cache optimized for modern hardware";
"DiceDB is a redis-compliant, reactive, scalable, highly available, unified cache optimized for modern hardware.";
---

<Layout {title} {description}>
Expand All @@ -26,6 +26,9 @@ const description =
>here's why</a
>)
</li>
<li>
Reactive - native support for query subscriptions and push
</li>
<li>
Scalable - scales out and scales in with load <span
class="has-text-danger">*</span
Expand Down Expand Up @@ -55,7 +58,7 @@ const description =
use cases; and see what we are up to.
</p>
<br />
<div class="columns has-text-left">
<div class="columns is-centered has-text-left">
{
recentBlogs.map((blog) => {
return (
Expand Down

0 comments on commit 0532798

Please sign in to comment.