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/[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
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