bujosa / nahn

This is a straightforward Rust project designed for testing Redis packages. The primary goal is to explore and implement GET and POST methods using Redis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nahn

This is a straightforward Rust project designed for testing Redis packages. The primary goal is to explore and implement GET and POST methods using Redis.

Goals

  • Use Redis
  • GET and SET commands

Installation

  1. Clone the repository
  2. Install Rust
  3. Install Redis
  4. Run cargo run in the project directory

Usage

Example usage:

cargo run set <key> <value>
cargo run get <key>

About

This is a straightforward Rust project designed for testing Redis packages. The primary goal is to explore and implement GET and POST methods using Redis.

License:MIT License


Languages

Language:Rust 100.0%