Skip to content

Commit aa2c2ee

Browse files
committed
Added Redis dependency and refactored MyCache to use Redis for caching
1 parent 00324c5 commit aa2c2ee

File tree

2 files changed

+450
-209
lines changed

2 files changed

+450
-209
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ dependencies {
4444
implementation 'org.json:json:20210307'
4545

4646
implementation 'org.bouncycastle:bcprov-jdk15on:1.70'
47+
48+
implementation 'redis.clients:jedis:6.1.0'
4749
}
4850

4951

0 commit comments

Comments
 (0)