mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-10 01:30:07 +08:00
add redis part
This commit is contained in:
parent
f62f7fc636
commit
fbeb7f0262
8
database/redis/build.gradle
Normal file
8
database/redis/build.gradle
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
dependencies {
|
||||
implementation project(":")
|
||||
// https://mvnrepository.com/artifact/redis.clients/jedis
|
||||
compile group: 'redis.clients', name: 'jedis', version: '3.2.0'
|
||||
//// 数据库与序列化部分可选
|
||||
//api group: 'org.jetbrains.kotlin', name: 'kotlin-reflect', version: kotlinVersion
|
||||
}
|
@ -10,6 +10,7 @@ include 'microservices'
|
||||
include 'database:database-mysql'
|
||||
include 'database:mongodb'
|
||||
include 'database:mongodb:mongodb-async'
|
||||
include 'database:redis'
|
||||
include 'utils:ws-client'
|
||||
include 'utils:mail'
|
||||
include 'utils:csv'
|
Loading…
Reference in New Issue
Block a user