@(工作笔记)

redis-record

Alt text

[TOC]


shell 操作 redis

#!/usr/bin/env bash

function redis() { redis-cli -h 127.0.0.1 -p 6379 "$@" }

function entry() {
    redis get name
}

function main() { entry "$@" }
main "$@"

results matching ""

    No results matching ""