• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

KDr2/redis-leveldb: A redis-protocol compatible frontend to google's leveldb ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

KDr2/redis-leveldb

开源软件地址:

https://github.com/KDr2/redis-leveldb

开源编程语言:

C++ 88.1%

开源软件介绍:

Redis-Leveldb

Introduction

Redis-LevelDB is a redis-protocol compatible frontend to google’s leveldb: Use leveldb as a Redis-Server.

CI BUILD STATUS

Current Version: 1.6

Redis COMMAND Supported

See the Document.

Dependencies

  • libev(>=1.4): install with apt-get or port please.
  • gmp(http://gmplib.org/): install with apt-get or port please.
  • libsnappy
  • leveldb:
    • git clone git://github.com/KDr2/redis-leveldb.git
    • cd redis-leveldb
    • git submodule init
    • git submodule update

Compile

[LIBEV=LIBEV_PREFIX GMP=GMP_PREFIX DEBUG=1] make

Run

./redis-leveldb -h

options:

  • -d: run redis-level as a daemon process
  • -H <host-ip>: host addr to listen on(eg: 127.0.0.1)
  • -P <port>: port to listen on(default 8323)
  • -D <data-dir>: leveldb data dir(default “redis.db” under your work directory)
  • -M <number>: run in multi-db mode and set its db count to <number>, each db in the server is a separatly leveldb database and its data directory is a directory named db-<num> under the directory you specified with the option -D; you can use command select to switch db on the client side while redis-leveldb is running in this mode.

Test Suite

  • dependencies: perl5(>=v5.10) with Redis.pm
  • run test: make test

Known Issues

  • issue 13: signle data package size limitation.



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap