Giter Site home page Giter Site logo

Comments (8)

spinlock-pony avatar spinlock-pony commented on August 14, 2024

用最新的 branch 上,理论上是支持的,因为我把他拆成了 pipeline 的普通指令。

from redis-port.

zhouxt avatar zhouxt commented on August 14, 2024

@spinlock-pony 好的,谢谢,我试试,是redis-4.x这个branch吗?

from redis-port.

spinlock-pony avatar spinlock-pony commented on August 14, 2024

对的~

from redis-port.

zhouxt avatar zhouxt commented on August 14, 2024

@spinlock-pony 有没有编译文档,我make报了一些错,解决了些,但是还有报了如下错误:
go build -tags "use_jemalloc" -o bin/redis-sync
cmd/version.go cmd/flags.go cmd/libs.go cmd/iolibs.go cmd/sync.go
cmd/libs.go:18:2: cannot find package "github.com/CodisLabs/codis/pkg/proxy/redis" in any of:
/usr/lib/golang/src/github.com/CodisLabs/codis/pkg/proxy/redis (from $GOROOT)
/root/go/src/github.com/CodisLabs/codis/pkg/proxy/redis (from $GOPATH)
cmd/libs.go:19:2: cannot find package "github.com/CodisLabs/codis/pkg/utils/bufio2" in any of:
/usr/lib/golang/src/github.com/CodisLabs/codis/pkg/utils/bufio2 (from $GOROOT)
/root/go/src/github.com/CodisLabs/codis/pkg/utils/bufio2 (from $GOPATH)
cmd/flags.go:11:2: cannot find package "github.com/CodisLabs/codis/pkg/utils/bytesize" in any of:
/usr/lib/golang/src/github.com/CodisLabs/codis/pkg/utils/bytesize (from $GOROOT)
/root/go/src/github.com/CodisLabs/codis/pkg/utils/bytesize (from $GOPATH)
cmd/flags.go:12:2: cannot find package "github.com/CodisLabs/codis/pkg/utils/log" in any of:
/usr/lib/golang/src/github.com/CodisLabs/codis/pkg/utils/log (from $GOROOT)
/root/go/src/github.com/CodisLabs/codis/pkg/utils/log (from $GOPATH)
cmd/libs.go:21:2: cannot find package "github.com/CodisLabs/codis/pkg/utils/sync2/atomic2" in any of:
/usr/lib/golang/src/github.com/CodisLabs/codis/pkg/utils/sync2/atomic2 (from $GOROOT)
/root/go/src/github.com/CodisLabs/codis/pkg/utils/sync2/atomic2 (from $GOPATH)
cmd/sync.go:16:2: cannot find package "github.com/CodisLabs/redis-port/pkg/libs/pipe" in any of:
/usr/lib/golang/src/github.com/CodisLabs/redis-port/pkg/libs/pipe (from $GOROOT)
/root/go/src/github.com/CodisLabs/redis-port/pkg/libs/pipe (from $GOPATH)
cmd/libs.go:23:2: cannot find package "github.com/CodisLabs/redis-port/pkg/rdb" in any of:
/usr/lib/golang/src/github.com/CodisLabs/redis-port/pkg/rdb (from $GOROOT)
/root/go/src/github.com/CodisLabs/redis-port/pkg/rdb (from $GOPATH)
cmd/flags.go:14:2: cannot find package "github.com/docopt/docopt-go" in any of:
/usr/lib/golang/src/github.com/docopt/docopt-go (from $GOROOT)
/root/go/src/github.com/docopt/docopt-go (from $GOPATH)
cmd/libs.go:25:2: cannot find package "github.com/garyburd/redigo/redis" in any of:
/usr/lib/golang/src/github.com/garyburd/redigo/redis (from $GOROOT)
/root/go/src/github.com/garyburd/redigo/redis (from $GOPATH)
make: *** [redis-sync] Error 1

from redis-port.

zhouxt avatar zhouxt commented on August 14, 2024

@spinlock-pony 你这个branch下面git clone下来这个目录third_party下面都是空的,make会报错,需要手动下下载相关源码放到响应目录才行,对go不熟悉,报的上面我发的错误也不知道是什么原因

from redis-port.

spinlock-pony avatar spinlock-pony commented on August 14, 2024

from redis-port.

zhouxt avatar zhouxt commented on August 14, 2024

@spinlock-pony 你好,有没有编译的文档或者说明?

from redis-port.

spinlock-pony avatar spinlock-pony commented on August 14, 2024

@zhouxt 暂时木有。~

😢 暂时文档还没有更新。
你可以试试看 git submodule init & git submodule update ,或者自己下载最新的 redis 代码放到对应的目录。

from redis-port.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.