Skip to content

Commit 8c71f15

Browse files
committed
Updated README
1 parent 1f9026c commit 8c71f15

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ This repository uses Redis core data structures, Streams, RediSearch and TimeSer
44
Java/Spring Boot/Spring Data Redis Reactive application that shows a searchable transaction overview with realtime updates
55
as well as a personal finance management overview with realtime balance and biggest spenders updates. UI in Bootstrap/CSS/Vue.
66

7+
Features in this demo:
8+
9+
Redis Streams for the realtime transactions
10+
Redis TimeSeries for the balance over time
11+
RediSearch for searching transactions
12+
Sorted Sets for the 'biggest spenders'
13+
Redis hashes for session storage (via Spring Session)
14+
715
# Getting Started
816

917
## Prerequisites

0 commit comments

Comments
 (0)