Skip to content

Instantly share code, notes, and snippets.

@tizoc
Created February 18, 2011 11:56
Show Gist options
  • Save tizoc/833583 to your computer and use it in GitHub Desktop.
Save tizoc/833583 to your computer and use it in GitHub Desktop.
(define-module (chibi redis)
(export redis-open with-redis-connection redis-command *redis*
redis-info redis-get redis-set)
(import-immutable (scheme) (chibi net) (chibi io) (srfi 39))
(include "redis.scm"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment