De Deno的Redis客户:pizza:-Node.js开发

时间:2021-05-27 10:08:31
【文件属性】:
文件名称:De Deno的Redis客户:pizza:-Node.js开发
文件大小:70KB
文件格式:ZIP
更新时间:2021-05-27 10:08:31
Node.js Miscellaneous deno-redis用于deno使用需求的redis客户端的实验实现--allow-net特权Stateless Commands从“ https://denopkg.com/keroxp/deno-redis/mod.ts”导入{connect}; const redis = awa deno-redis用于deno使用需求的redis客户端的实验实现--allow-net特权Stateless Commands从{https://denopkg.com/keroxp/deno-redis/mod.ts“中导入{connect}; const redis = await connect({主机名:“ 127.0.0.1”,端口:6379}); const ok =等待redis.set(“ hoge”,“ fuga”); const fuga =等待redis.get(“ hoge”); PubSub const sub =等待redis.subscribe(“ channel”); (async function(){for await(sub.receive()的const {c
【文件预览】:
redis-master
----.gitignore(83B)
----stream.ts(9KB)
----redis_test.ts(530B)
----redis.ts(55KB)
----modules.json(284B)
----LICENSE(1KB)
----mod.ts(2KB)
----modules-lock.json(284B)
----.github()
--------FUNDING.yml(642B)
--------workflows()
----tools()
--------make_mod.ts(3KB)
----errors.ts(294B)
----README.md(5KB)
----vendor()
--------https()
----tests()
--------acl_test.ts(3KB)
--------key_test.ts(5KB)
--------pubsub_test.ts(4KB)
--------pipeline_test.ts(5KB)
--------string_test.ts(7KB)
--------server()
--------executor_test.ts(1KB)
--------test_util.ts(3KB)
--------general_test.ts(4KB)
--------hash_test.ts(3KB)
--------geo_test.ts(2KB)
--------cluster_test.ts(4KB)
--------stream_test.ts(21KB)
--------sorted_set_test.ts(7KB)
--------list_test.ts(4KB)
--------set_test.ts(3KB)
--------hyper_loglog_test.ts(888B)
--------script_test.ts(1KB)
--------client_test.ts(6KB)
--------connection_test.ts(1KB)
----command.ts(39KB)
----executor.ts(2KB)
----.denov(8B)
----benchmark()
--------ioredis.js(338B)
--------package.json(226B)
--------benchmark.ts(2KB)
--------deno-redis.ts(239B)
--------yarn.lock(3KB)
----.vscode()
--------settings.json(26B)
----pipeline.ts(2KB)
----pubsub.ts(5KB)
----connection.ts(5KB)
----protocol()
--------reply.ts(6KB)
--------mod.ts(431B)
--------command.ts(2KB)
--------_util.ts(84B)
--------types.ts(2KB)
----.editorconfig(43B)

网友评论