import * as oakNest from "https://deno.land/x/oak_nest@v3.0.1/modules/redis/deps.ts";
Functions
Set background color to blue. | |
Set background color using 24bit rgb.
| |
Set background color using paletted 8bit colors. https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit | |
f blue | Set text color to blue. |
f bold | Make the text bold. |
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. | |
Set text color to green. | |
Inject decorator | |
Make the text italic. | |
f red | Set text color to red. |
Set text color using 24bit rgb.
| |
f rgb8 | Set text color using paletted 8bit colors. https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit |
Set text color to yellow. |