文件名称:racket-redis:快速,惯用的Redis球拍竞标
文件大小:51KB
文件格式:ZIP
更新时间:2024-04-24 18:20:39
redis racket redis-client Racket
球拍 用于Racket的快速,惯用的Redis绑定。 安装 $ raco pkg install redis-rkt # NOT "redis". That's a different package! $ raco doc redis 用法 ( require redis) ( define c (make-redis)) (redis-bytes-set! c " some-key " " hello, world! " ) (redis-bytes-get c " some-key " ) ;; => #"hello, world!" (redis-bytes-get c " some-key " " some-other-key " ) ;; => '(#"hello, world!" #f) ;; or, with a connection pool: ( define
【文件预览】:
racket-redis-master
----redis-lib()
--------easy.rkt(5KB)
--------main.rkt(225B)
--------private()
--------LICENSE(1KB)
--------info.rkt(144B)
----redis-test()
--------LICENSE(1KB)
--------redis()
--------info.rkt(196B)
----.github()
--------workflows()
----examples()
--------task-queue()
----.gitignore(22B)
----redis()
--------LICENSE(1KB)
--------info.rkt(180B)
----README.md(4KB)
----redis-doc()
--------LICENSE(1KB)
--------scribblings()
--------info.rkt(273B)