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.

Simple Shorten URL using Redis and Auth0
Bervianto Leo Pratama ・ Aug 28 '22
#redishackathon
#redis
#dotnet
Demo
New Feature - Stats
How I Used Redis 8
- Details of usage, mostly in README.ME. I'll explain what the highlight features.
- As a primary database, I'm using JSON for storing in Redis. It's speedy!
- Using aggregate/order in Redis.
Top comments (1)
Good App!