toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-spring-boot-starter
/
me.ahoo.wow.spring.boot.starter.redis
/
RedisEventSourcingAutoConfiguration
/
redisEventStore
redis
Event
Store
@
Bean
@
ConditionalOnProperty
(
value
=
[
"wow.eventsourcing.store.storage"
]
,
havingValue
=
"redis"
)
fun
redisEventStore
(
redisTemplate
:
ReactiveStringRedisTemplate
)
:
EventStore