Skip to content

Releases: RedisInsight/Redis-for-VS-Code

1.2.0 (December 2024)

20 Dec 17:25
8868301
Compare
Choose a tag to compare

1.2.0 (December 2024)

This is the General Availability (GA) release of Redis for VS Code 1.2.

Headlines

  • Work with keys across multiple database indexes, which are automatically discovered and displayed in the database list.
  • Support for adding multiple elements to the head or tail of Redis lists, for both new and existing keys.
  • Auto-refresh the list of keys and key values with a customizable timer.
  • Delete and update previously added CA and client certificates to keep them updated.

Details

  • #223 Work with keys across multiple database indexes. Database indexes with keys are automatically discovered and displayed in the database list.
  • #207 Support for adding multiple elements to the head or tail of Redis lists for new and existing key.
  • #226 Auto-refresh the list of keys and key values with a customizable timer. To do so, enable the Auto-refresh mode by clicking the control next to the Refresh button and setting the refresh rate.
  • #224 Ability to delete previously added CA and Client certificates to keep them up-to-date.
  • #224 Enhanced both the Java and PHP serialized formatters: the Java formatter now supports date and time data, while the PHP formatter includes UTF-8 encoding for better handling of special characters and multi-language data.
  • #224 Keep databases and the list of keys expanded after navigating away.
  • #226 New users can optionally encrypt sensitive data, such as connection certificates and passwords. Existing users can enable encryption by deleting the ~/.redis-for-vscode/redisinsight.db file and re-adding their database connections.

Bugs

  • #224 Resolved an issue where large integers in JSON keys were being rounded, ensuring data integrity.
  • #224 Saved SNI and SSH connection information for newly added database connections.
  • #224 Fixed an issue to display multiple hash fields when expanding a hash value.

Get started with Redis for VS Code

This repository contains the source code for the Redis for VS Code extension.
Install the extension from the Visual Studio Code Marketplace to use it.

1.0.0 (September 2024)

10 Oct 15:20
6fd34ed
Compare
Choose a tag to compare

1.0.0 (September 2024)

This is the first release of Redis for VS Code.

Redis for VS Code is the official Visual Studio Code extension that provides an intuitive and efficient GUI for Redis databases, developed by Redis.

Headlines

  • Universal Redis Support: Connect to any Redis instance, including Redis Community Edition, Redis Cloud, Redis Software, and Redis on Azure Cache.
  • Advanced Connectivity: Supports TLS certificates and SSH tunnels, with an option for automatic data decompression for GZIP, SNAPPY, Brotli, and more.
  • Data types: Supports strings, hashes, lists, sets, sorted sets, and JSON.
  • Human-readable data representation: Offers formatters like ASCII, JSON, Binary, Hex, 32-bit, and 64-bit vectors, and other.
  • Integrated Redis CLI: Leverage Redis CLI with syntax preview as you type commands.

Details

  • Database connections:
    • Connect to any Redis instance, including Redis Community Edition, Redis Cloud, Redis Software, and Redis on Azure Cache.
    • View, edit and manage your Redis database connections.
    • Supports TLS connections and SSH tunnels for secure access.
    • Automatically handle data compressed with GZIP, LZ4, SNAPPY, ZSTD, Brotli, or PHP GZCompress.
    • Choose and work with a specific logical database within your Redis instance.
  • Redis data structures:
    • Browse, filter, and visualize Redis key-value data structures using an intuitive tree view interface.
    • Perform create, read, update, and delete operations on the following Redis data types:
    • Strings
    • Hashes
    • Lists
    • Sets
    • Sorted sets
    • JSON
  • View your data in multiple human-readable formats, including Unicode, ASCII, Binary, HEX, JSON, Msgpack, Pickle, Protobuf, PHP serialized, Java serialized, Vector (32 and 64 bit).
  • Sort by key names and apply filters by pattern or data type for quick and precise data access.
  • Conduct detailed searches within fields in hashes, indexes in lists, and members in sets and sorted sets.
  • Redis CLI:
    • Access a built-in Redis CLI with improved type-ahead command suggestions, helping you execute commands accurately and efficiently.

Get started with Redis for VS Code

This repository contains the source code for the Redis for VS Code extension.
To start using the extension, install it from the Visual Studio Code Marketplace.