Giter Site home page Giter Site logo

credis's Introduction

Credis (http://code.google.com/p/credis) is a client library in 
plain C written by Jonas Romfelt (jonas at romfelt dot se) for 
communicating with Redis (http://code.google.com/p/redis) servers. 
Redis is a high performance key-value database, refer to Redis 
project page for more information.

Credis aims to be fast and minimalistic with respect to memory 
usage. It runs on Linux and should run on most posix like systems.
Porting it to Windows or other platforms should be 
straightforward.

To build credis-test and credis shared and static libraries simply 
unpack and run: 

  make

To run through a number of credis tests run (presupposed that a 
Redis server is listening on the default port on localhost):

  ./credis-test

To perform a simplistic performance benchmark test and measure 
number of set-commands per second, run:

  ./credis-test 10000

Where 10000 is the number of set-commands to execute. 

Running the benchmark and a redis srver instance locally on 
my machine (old dual-core AMD64 and 2 GB RAM running Debian)
roughly results in 33000 commands/second. Slightly (10-15%) 
faster than the benchmark provided with the redis server. 

credis's People

Contributors

jrk 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.