import * as redis from "https://deno.land/x/redis@v0.34.0/redis.ts";
Functions
Connect to Redis server | |
Create a redis client from | |
Create a lazy Redis client that will not establish a connection until a command is actually executed. | |
Extract RedisConnectOptions from redis URL |