GithubHelp home page GithubHelp logo

tempbottle / redis-leveldb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kdr2/redis-leveldb

0.0 1.0 0.0 539 KB

A redis-protocol compatible frontend to google's leveldb

Home Page: http://kdr2.com/project/redis-leveldb.html

Makefile 2.24% C++ 88.03% Perl 9.73%

redis-leveldb's Introduction

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.

redis-leveldb's People

Contributors

chenfengyuan avatar evanphx avatar guileen avatar larroy avatar ldmiao avatar rahuahua avatar

Watchers

 avatar

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.