import * as upstashRedis from "https://deno.land/x/upstash_redis@v1.19.3/pkg/commands/hmget.ts";
Classes
hmget returns an object of all requested fields from a hash The field values are returned as an object like this: |
x/upstash_redis/pkg/commands/hmget.ts
import * as upstashRedis from "https://deno.land/x/upstash_redis@v1.19.3/pkg/commands/hmget.ts";
hmget returns an object of all requested fields from a hash The field values are returned as an object like this: |