redis icon indicating copy to clipboard operation
redis copied to clipboard

Documentation link is missing

Open cosmez opened this issue 7 years ago • 1 comments

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

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

cosmez avatar Apr 14 '18 06:04 cosmez

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

cosmez avatar Apr 14 '18 17:04 cosmez