Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spring-boot-starter config error #68

Open
peidw opened this issue Mar 16, 2025 · 1 comment
Open

spring-boot-starter config error #68

peidw opened this issue Mar 16, 2025 · 1 comment

Comments

@peidw
Copy link

peidw commented Mar 16, 2025

use spring-boot-starter config :
redis-module: enabled: true redisjson: enabled: true config: | singleServerConfig: idleConnectionTimeout: 10000 connectTimeout: 10000 timeout: 3000 retryAttempts: 3 retryInterval: 1500 password: null subscriptionsPerConnection: 5 clientName: null address: "redis://127.0.0.1:6379" subscriptionConnectionMinimumIdleSize: 1 subscriptionConnectionPoolSize: 50 connectionMinimumIdleSize: 24 connectionPoolSize: 64 database: 0 dnsMonitoringInterval: 5000 threads: 16 nettyThreads: 32 codec: !<org.redisson.codec.Kryo5Codec> {} transportMode: "NIO"

can't init RedisJSONClient

@dengliming
Copy link
Owner

Please provide your exception log and the complete formatted configuration can be reproduced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants