DEV Community

Gibranda
Gibranda

Posted on

2 1

Redis Basic Command

Di tutorial ini kita akan belajar perintah dasar dari redis

Image description

Apa itu Redis

Redis is an open-source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. It is highly reliable, scalable, and has high availability (Dikutip dalam website redis.com)

Perintah dasar

berikut adalah beberapa perintah dasar yang sering digunakan

  1. Get All Keys
keys *
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

šŸ‘‹ Kindness is contagious

Please leave a ā¤ļø or a friendly comment on this post if you found it helpful!

Okay