FarNet.RedisKit
0.0.2
Prefix Reserved
See the version list below for details.
dotnet add package FarNet.RedisKit --version 0.0.2
NuGet\Install-Package FarNet.RedisKit -Version 0.0.2
<PackageReference Include="FarNet.RedisKit" Version="0.0.2" />
paket add FarNet.RedisKit --version 0.0.2
#r "nuget: FarNet.RedisKit, 0.0.2"
// Install FarNet.RedisKit as a Cake Addin #addin nuget:?package=FarNet.RedisKit&version=0.0.2 // Install FarNet.RedisKit as a Cake Tool #tool nuget:?package=FarNet.RedisKit&version=0.0.2
FarNet.RedisKit
Far Manager Redis helpers based on FarNet.Redis
About
RedisKit is the FarNet module for Redis operations in Far Manager.
Project FarNet
- Wiki: https://github.com/nightroman/FarNet/wiki
- Site: https://github.com/nightroman/FarNet
- Author: Roman Kuzmin
Install
- Far Manager
- Package FarNet
- Package FarNet.Redis
- Package FarNet.RedisKit
How to install and update FarNet and modules
https://github.com/nightroman/FarNet#readme
Commands
RedisKit commands start with rk:
. Commands are invoked in the command line or
using F11 / FarNet / Invoke or defined in the user menu and file associations.
Command parameters are key=value pairs using the connection string format
rk: <mask>
rk:subcommand [key=value;] ...
Common parameters
Redis=<configuration>
Specifies the Redis configuration string or name. Default:
Workings/Configuration
fromSettings/Configurations
Panel commands
rk:
Opens the Keys panel.
rk:keys
Opens the Keys panel.
Panels
RedisKit provides panels for browsing and operating
Keys panel
This panel shows keys, with object types and end-of-life dates.
Object marks: H
Hash, L
List, S
Set.
The panel is opened by
rk: [<mask>]
rk:keys [Mask=<mask>;] [Redis=<configuration>;]
If <mask>
contains [
or ]
then it is treated as Redis pattern.
Otherwise it is a simple wildcard with special symbols *
and ?
.
Keys and actions
Enter
TODO: Opens the content panel for Hash, List, Set keys.
F4
Opens the editor for string keys.
ShiftF5
Clones the cursor key with a new name.
ShiftF6
Renames the cursor key.
F7
TODO: Creates a new key.
F8
,Del
Deletes the selected keys.
Menu
Help
Shows RedisKit help.
Settings
F11 / FarNet / Settings / RedisKit Settings and Workings
Settings/Configurations
Specifies Redis configurations, environment variables are expanded.
Example:
<Configurations>
<Configuration Name="Main">%FARNET_REDIS_CONFIGURATION%</Configuration>
<Configuration Name="Local">127.0.0.1:3278</Configuration>
</Configurations>
Workings/Configuration
Specifies the default configuration name.
Example:
<Configuration>Local</Configuration>
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.2.6 | 91 | 10/27/2024 |
0.2.5 | 75 | 10/26/2024 |
0.2.4 | 83 | 10/25/2024 |
0.2.3 | 78 | 10/23/2024 |
0.2.2 | 88 | 10/22/2024 |
0.2.1 | 72 | 10/21/2024 |
0.2.0 | 81 | 10/21/2024 |
0.1.5 | 73 | 10/17/2024 |
0.1.4 | 146 | 5/15/2024 |
0.1.3 | 111 | 5/8/2024 |
0.1.2 | 111 | 5/7/2024 |
0.1.1 | 128 | 5/7/2024 |
0.1.0 | 129 | 5/6/2024 |
0.0.4 | 123 | 5/5/2024 |
0.0.3 | 111 | 5/5/2024 |
0.0.2 | 126 | 5/4/2024 |
0.0.1 | 133 | 5/4/2024 |