stchang / redis

A redis client for Racket.
17 stars 4 forks source link

Documentation link is missing #15

Open cosmez opened 6 years ago

cosmez commented 6 years ago

i couldn't find any documentation in github or the package url.

Looks like this is the one, but im not really sure.

cosmez commented 6 years ago

also, it looks like (connection-pool-lease [pool]) → redis-connection? isnt available anymore. from the documentation you can see the example

(define pool (make-connection-pool))
(define conn (connection-pool-lease pool))
(send-cmd #:rconn conn 'dbsize)

is not provided on redis.rkt