We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried this code:
kv: redis: driver: redis addrs: - "localhost:6379"
I expected to see this happen: All OK
Instead, this happened:
no redis drivers registered {"registered": {"boltdb":{},"memcached":{},"memory":{}}}
The version of RR used: 2.3.0 (stable)
2.3.0
Errortrace, Backtrace or Panictrace
2021-06-12T19:53:26.800+0300 WARN kv kv/storage.go:142 no redis drivers registered {"registered": {"boltdb":{},"memcached":{},"memory":{}}} github.com/spiral/roadrunner/v2/plugins/kv.(*Plugin).Serve github.com/spiral/roadrunner/[email protected]/plugins/kv/storage.go:142 reflect.Value.call reflect/value.go:476 reflect.Value.Call reflect/value.go:337 github.com/spiral/endure/pkg/container.(*Endure).callServeFn github.com/spiral/[email protected]/pkg/container/serve.go:18 github.com/spiral/endure/pkg/container.(*Endure).serveInternal github.com/spiral/[email protected]/pkg/container/serve.go:50 github.com/spiral/endure/pkg/container.(*Endure).Start github.com/spiral/[email protected]/pkg/container/endure.go:422 reflect.Value.call reflect/value.go:476 reflect.Value.Call reflect/value.go:337 github.com/spiral/endure/pkg/fsm.(*FSMImpl).Transition github.com/spiral/[email protected]/pkg/fsm/fsm.go:198 github.com/spiral/endure/pkg/container.(*Endure).Serve github.com/spiral/[email protected]/pkg/container/endure.go:303 github.com/spiral/roadrunner-binary/v2/internal/cli/serve.NewCommand.func1 github.com/spiral/roadrunner-binary/v2/internal/cli/serve/command.go:58 github.com/spf13/cobra.(*Command).execute github.com/spf13/[email protected]/command.go:852 github.com/spf13/cobra.(*Command).ExecuteC github.com/spf13/[email protected]/command.go:960 github.com/spf13/cobra.(*Command).Execute github.com/spf13/[email protected]/command.go:897 main.run github.com/spiral/roadrunner-binary/v2/cmd/rr/main.go:22 main.main github.com/spiral/roadrunner-binary/v2/cmd/rr/main.go:16 runtime.main runtime/proc.go:225
The text was updated successfully, but these errors were encountered:
v2.3.1
rustatian
Successfully merging a pull request may close this issue.
I tried this code:
I expected to see this happen: All OK
Instead, this happened:
The version of RR used:
2.3.0
(stable)Errortrace, Backtrace or Panictrace
The text was updated successfully, but these errors were encountered: