Code Monkey home page Code Monkey logo

vscode-redis's Introduction

All Contributors

VS Code Redis

Extension for Visual Studio Code

Build Status js-standard-style Version Installs
Adds common Redis commands to VS Code Command Palette.

Install

The Plugin on Visual Studio Marketplace.

  • Press Ctrl + Shift + P
  • Pick Extensions: Install Extension
  • Search for vscode-redis

Usage

how to

Features

  • Multiple Redis connections;
  • Switch between server connections;
  • "Command Palette" supported Redis commands:
    • info
    • get
    • set
    • hget
    • hset
    • del
    • hdel
    • hgetall
    • llen
    • lpush
    • lpushx
    • rpush
    • rpushx
    • lindex
    • linsert
    • lrange
    • lpop
    • rpop
    • lset
    • ltrim

Optional Extension Settings

You can configure multiple Redis connections on your workspace. First, place a file named "redis.json" in .vscode folder. Open "redis.json" and edit it following the sample below:

{
    "databases": [
        {
            "name": "local",
            "url": "redis://localhost:6379"
        },
        {
            "name": "production",
            "url": "rediss://production-address:9091",
            "password": "super_secret_password"
        }
    ]
}

Execute the command Redis: Reload Configuration to load the servers listed in configuration file.

Changelog

See Changelog.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use Semantic Versioning for versioning. For the versions available, see the tags on this repository.

License

This project is available under MIT License. See LICENSE.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


LexCher

💻

Dave Glendenning

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

vscode-redis's People

Contributors

allcontributors[bot] avatar chengjie avatar vitorsalgado avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

vscode-redis's Issues

SSL Support

Does the redis.json configuration file support SSL connections? Our AWS redis cluster has SSL enabled and I cannot connect to it via your extension (tried ports 6379 and 6380). We use a Redis GUI client that has the ability to set SSL for the connection and it only works if SSL is enabled. Let me know if I am missing something.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.