Skip to content

Commit 2571776

Browse files
committed
Add VelocityRedisService implementation for RedisService
1 parent fb1459a commit 2571776

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package dev.slne.surf.transaction.velocity.redis
2+
3+
import com.google.auto.service.AutoService
4+
import dev.slne.surf.transaction.core.redis.RedisService
5+
6+
@AutoService(RedisService::class)
7+
class VelocityRedisService : RedisService()

0 commit comments

Comments
 (0)