DEV Community

Bervianto Leo Pratama
Bervianto Leo Pratama

Posted on

Continuing ShortenUrl with Redis 8

Redis AI Challenge: Beyond the Cache

This is a submission for the Redis AI Challenge: Beyond the Cache.

What I Built

I was building ShortenUrl, which utilizes Redis Stack. Now, I'll try to utilize Redis 8 and add some features, for example, statistics.

Demo

New Feature - Stats

Stats

How I Used Redis 8

  • Details of usage, mostly in README.ME. I'll explain what the highlight features.
  1. As a primary database, I'm using JSON for storing in Redis. It's speedy!
  2. Using aggregate/order in Redis.

Top comments (1)

Collapse
 
tillitsdone profile image
Till it's done

Good App!