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

[BUG] KV redis driver not available #720

Closed
SerafimArts opened this issue Jun 12, 2021 · 0 comments · Fixed by #723
Closed

[BUG] KV redis driver not available #720

SerafimArts opened this issue Jun 12, 2021 · 0 comments · Fixed by #723
Assignees
Labels
B-bug Bug: bug, exception F-need-verification
Milestone

Comments

@SerafimArts
Copy link
Contributor

SerafimArts commented Jun 12, 2021

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)

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/v2@v2.3.0/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/endure@v1.0.2/pkg/container/serve.go:18
github.com/spiral/endure/pkg/container.(*Endure).serveInternal
        github.com/spiral/endure@v1.0.2/pkg/container/serve.go:50
github.com/spiral/endure/pkg/container.(*Endure).Start
        github.com/spiral/endure@v1.0.2/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/endure@v1.0.2/pkg/fsm/fsm.go:198
github.com/spiral/endure/pkg/container.(*Endure).Serve
        github.com/spiral/endure@v1.0.2/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/cobra@v1.1.3/command.go:852
github.com/spf13/cobra.(*Command).ExecuteC
        github.com/spf13/cobra@v1.1.3/command.go:960
github.com/spf13/cobra.(*Command).Execute
        github.com/spf13/cobra@v1.1.3/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-bug Bug: bug, exception F-need-verification
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants