8000 wont compile anymore · Issue #3 · gocolly/redisstorage · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
wont compile anymore #3
Open
Open
@0xd5dc

Description

@0xd5dc

`# github.com/gocolly/redisstorage
..\github.com\gocolly\redisstorage\redisstorage.go:43:25: not enough arguments in call to s.Client.cmdable.Ping
have ()
want (context.Context)
..\github.com\gocolly\redisstorage\redisstorage.go:54:20: not enough arguments in call to s.Client.cmdable.Keys
have (string)
want (context.Context, string)
..\github.com\gocolly\redisstorage\redisstorage.go:59:21: not enough arguments in call to s.Client.cmdable.Keys
have (string)
want (context.Context, string)
..\github.com\gocolly\redisstorage\redisstorage.go:66:21: not enough arguments in call to s.Client.cmdable.Del
have ([]string...)
want (context.Context, ...string)
..\github.com\gocolly\redisstorage\redisstorage.go:71:21: not enough arguments in call to s.Client.cmdable.Set
have (string, string, time.Duration)
want (context.Context, string, interface {}, time.Duration)
..\github.com\gocolly\redisstorage\redisstorage.go:76:24: not enough arguments in call to s.Client.cmdable.Get
have (string)
want (context.Context, string)
..\github.com\gocolly\redisstorage\redisstorage.go:96:21: not enough arguments in call to s.Client.cmdable.Set
have (string, string, number)
want (context.Context, string, interface {}, time.Duration)
..\github.com\gocolly\redisstorage\redisstorage.go:109:33: not enough arguments in call to s.Client.cmdable.Get
have (string)
want (context.Context, string)
..\github.com\gocolly\redisstorage\redisstorage.go:123:36: cannot use s.getQueueID() (type string) as type context.Context in argument to s.Client.cmdable.RPush:
string does not implement context.Context (missing Deadline method)
..\github.com\gocolly\redisstorage\redisstorage.go:123:36: cannot use r (type []byte) as type string in argument to s.Client.cmdable.RPush
..\github.com\gocolly\redisstorage\redisstorage.go:123:36: too many errors

Compilation finished with exit code 2
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0