Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

eu90h/rackdis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rackdis

Build Status

Redis client for Racket. The documentation still needs to be written, but for now see the tests.rkt file to see example usage. Currently the entire set of Redis v1 commands is implemented, along with most of v2 and some of v3.

The api is 1-1 with Redis, except in one way: the Redis append command has been renamed to concat.

Example Usage

Create a redis object: (define redis (new redis%))

Initialize it: (send redis init)

Send a command: (send redis set "a-number" "1")

Installation

Execute raco pkg install git://github.com/eu90h/rackdis or use DrRacket.

To uninstall, run raco pkg remove rackdis

About

Redis bindings for Racket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages