An open API service indexing awesome lists of open source software.

https://github.com/fdhliakbar/perl-redis-micro

Sistem penyimpanan key-value simpel dengan Redis menggunakan bahasa Perl, yang jalan di terminal.
https://github.com/fdhliakbar/perl-redis-micro

authentication encryption perl redis redis-cache terminal

Last synced: about 2 months ago
JSON representation

Sistem penyimpanan key-value simpel dengan Redis menggunakan bahasa Perl, yang jalan di terminal.

Awesome Lists containing this project

README

          

# Perl Redis Micro


Redis Banner


A simple key-value storage system with Redis using Perl, which runs in the terminal.

## What's Redis?
Redis (*Remote Dictionary Server*) is a **super-fast in-memory database** used as a cache, message broker, or temporary database.

### Feature
- Auto Backup
- Time to Live
- Terminal Color
- Built in Documentation

### Install Module

```bash
cpan JSON::PP Term::ANSIColor
```

### Run Script
```bash
chmod +x perlminiredis.pl
./perlminiredis.pl
```

### Output Program

```bash
>> SET nama "Fadhli" 10
>> TTL nama
>> SAVE
```

---

### Next Update

- AUTH Password
- Encrypt Data

---