keyscope 0.3.0 copy "keyscope: ^0.3.0" to clipboard
keyscope: ^0.3.0 copied to clipboard

A high-performance GUI for Redis & Valkey. Supports Cluster, Sentinel, SSH, and millions of keys. Built with valkey_client & dense_table.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate keyscope

Use it

The package has the following executables:

$ keyscope

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add keyscope

With Flutter:

 $ flutter pub add keyscope

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  keyscope: ^0.3.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:keyscope/keyscope.dart';
0
likes
0
points
181
downloads

Publisher

verified publisherk8spodo.dev

Weekly Downloads

A high-performance GUI for Redis & Valkey. Supports Cluster, Sentinel, SSH, and millions of keys. Built with valkey_client & dense_table.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

args, dense_table, flutter, flutter_json_view, flutter_localizations, flutter_riverpod, flutter_secure_storage, flutter_svg, freezed_annotation, gap, intl, shared_preferences, system_theme, toastification, uuid, valkey_client, window_manager

More

Packages that depend on keyscope