All Projects → pikadun → vscode-redis

pikadun / vscode-redis

Licence: other
Redis Client in VSCode!

Programming Languages

typescript
32286 projects
Svelte
593 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vscode-redis

racompass
An advanced GUI for Redis. Modern. Efficient. Fast. A faster and robust Redis management tool. For developers that need to manage data with confidence.It supports Redis modules now!
Stars: ✭ 26 (-58.73%)
Mutual labels:  redis-client, redis-gui
Anotherredisdesktopmanager
🚀🚀🚀A faster, better and more stable redis desktop manager [GUI client], compatible with Linux, Windows, Mac. What's more, it won't crash when loading massive keys.
Stars: ✭ 17,704 (+28001.59%)
Mutual labels:  redis-client, redis-gui
MythRedisClient
🏎️使用JavaFx做的Redis客户端,资源消耗略大 200-300m,想复用核心代码做成web端,然后浏览器操作,开发起来和跑起来也快
Stars: ✭ 26 (-58.73%)
Mutual labels:  redis-client, redis-gui
node-cache-manager-redis-store
Redis store for node-cache-manager using node_redis.
Stars: ✭ 117 (+85.71%)
Mutual labels:  redis-client
py-cryptonight
Python Cryptonight binding / extension. Monero hash function, proof-of-work, cn_slow_hash()
Stars: ✭ 20 (-68.25%)
Mutual labels:  hash
retcl
Tcl client library for Redis
Stars: ✭ 20 (-68.25%)
Mutual labels:  redis-client
MD5-Hash-Changer
C# Application to Change MD5 Hash of any file
Stars: ✭ 111 (+76.19%)
Mutual labels:  hash
telfhash
Symbol hash for ELF files
Stars: ✭ 75 (+19.05%)
Mutual labels:  hash
blurhash
Blurhash encoder/decoder algorithm implemenation in Nim.
Stars: ✭ 26 (-58.73%)
Mutual labels:  hash
fhash
fHash - an open source files hash calculator for Windows and macOS
Stars: ✭ 222 (+252.38%)
Mutual labels:  hash
Poseidon252
Reference implementation for the Poseidon Snark-friendly Hash algorithm.
Stars: ✭ 95 (+50.79%)
Mutual labels:  hash
zig-okredis
Zero-allocation Client for Redis 6+
Stars: ✭ 137 (+117.46%)
Mutual labels:  redis-client
java-gm
Java语言国密基础库
Stars: ✭ 33 (-47.62%)
Mutual labels:  hash
TRedisWire
Delphi Redis connector
Stars: ✭ 17 (-73.02%)
Mutual labels:  redis-client
SSISMHash
SSIS Multiple Hash makes it possible to generate many Hash values from each input row. Hash's supported include MD5 and SHA1.
Stars: ✭ 32 (-49.21%)
Mutual labels:  hash
space-router
Framework agnostic router for single page apps
Stars: ✭ 36 (-42.86%)
Mutual labels:  hash
node-blake2
All four BLAKE2 variants (blake2b, blake2bp, blake2s, blake2sp) with stream support for Node.js
Stars: ✭ 52 (-17.46%)
Mutual labels:  hash
redis client
a redis client supports cluster
Stars: ✭ 72 (+14.29%)
Mutual labels:  redis-client
hashids.pm
Hashids, ported for Perl
Stars: ✭ 15 (-76.19%)
Mutual labels:  hash
tss-rb
A Ruby implementation of Threshold Secret Sharing (Shamir) as defined in IETF Internet-Draft draft-mcgrew-tss-03.txt
Stars: ✭ 22 (-65.08%)
Mutual labels:  hash

Redis for Visual Studio Code

Build status installs rating star

Welcome to the redis extension for Visual Studio Code!

This extension lets you connect to a Redis Server and manage data.

Feature

  • 💻An easy-to-use GUI to access your Redis databases.
  • 🎹Execute the redis commands through the terminal in vscode.
  • 💾Support string, hash, list, set, zset and stream type.
  • 🔐(TODO) Support SSL/TLS and SSH Tunnel.
  • 🌏(TODO) Multilingual support.

Usage

Installation

  • In Visual Studio Code, select View > Command Palette, or press Ctrl+Shift+P, or press F1 to open the Command Palette.
  • In the Command Palette, select Extensions: Install Extensions from the dropdown.
  • In the Extensions pane, type Dunn.redis.
  • Select the Redis extension, and then select Install.
  • After the installation completes, select Reload to enable the extension.

You can add a redis connection by follow steps

Settings

Open a terminal to use redis-cli

Terminal

View redis command execution log

Log

Redis Data Type Support

String: String

Hash: Hash

List: List

Set: Set

ZSet: ZSet

Stream: Stream

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].