Skip to content

bizenn/Gauche-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Gauche-redis is a simple interface module to talk with Redis(http://redis.io/). It provides native(low layer) access and DBM interface. You can get this module from GitHub repos.

% git clone git://github.com/bizenn/Gauche-redis.git

Getting Started

Currently we follow the tacit manner of Gauche's extension modules, so need autoconf and make to install this small module.

% ./DIST gen
% ./configure
% make -s check
% make install

You can find how to use Gauche-redis API in tests.

WARNING

Gauche-redis is in alpha status, so its API might change.

About

Gauche Interface Module for Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages