FarNet.RedisKit
0.1.4
Prefix Reserved
See the version list below for details.
dotnet add package FarNet.RedisKit --version 0.1.4
NuGet\Install-Package FarNet.RedisKit -Version 0.1.4
<PackageReference Include="FarNet.RedisKit" Version="0.1.4" />
<PackageVersion Include="FarNet.RedisKit" Version="0.1.4" />
<PackageReference Include="FarNet.RedisKit" />
paket add FarNet.RedisKit --version 0.1.4
#r "nuget: FarNet.RedisKit, 0.1.4"
#:package FarNet.RedisKit@0.1.4
#addin nuget:?package=FarNet.RedisKit&version=0.1.4
#tool nuget:?package=FarNet.RedisKit&version=0.1.4
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: see Settings.
Commands
rk:Opens the Keys panel with the default Redis configuration and an optional key mask specified with a space after the command prefix.
rk:editOpens the editor with String key value.
rk:keysOpens the Keys panel.
rk:hashOpens the Hash panel.
rk:listOpens the List panel.
rk:setOpens the Set panel.
Keys panel
This panel shows keys, value types and end-of-life dates.
Type marks: * String, H Hash, L List, S Set.
The panel is opened by
rk: [<mask>]
rk:keys [mask=<mask>;] [redis=<configuration>;]
Parameters
mask=<mask>Specifies the search pattern or wildcard or fixed prefix.
(1) If the mask contains
[or]then it is treated as Redis pattern. See: https://redis.io/docs/latest/commands/keys(2) If the mask contains
*or?then it is treated as wildcard with special symbols*and?and other characters literal.(3) Otherwise the mask is used as the fixed literal prefix. Keys are shown without this prefix but all operations work on actual keys with the prefix.
Keys and actions
EnterOpens panels for Hash, List, Set keys.
F4Opens the cursor string value editor.
ShiftF5Clones the cursor key with a new name.
ShiftF6Renames the cursor key.
F7Creates a new string key.
F8,DelDeletes the selected keys.
Hash panel
This panel shows hash entries, fields and values. It is opened from the keys panel or by this command:
rk:hash key=<name>; [redis=<configuration>;]
Parameters
key=<name>Specifies the hash key. If the key does not exist, a new hash will be created. If the key type does not match, it's an error.
Keys and actions
F4Opens the cursor hash value editor.
ShiftF5Clones the cursor entry.
ShiftF6Renames the cursor field.
F7Creates a new entry.
F8,DelDeletes the selected entries.
List panel
This panel shows list items. It is opened from the keys panel or by this command:
rk:list key=<name>; [redis=<configuration>;]
Parameters
key=<name>Specifies the list key. If the key does not exist, a new list will be created. If the key type does not match, it's an error.
Keys and actions
F4Opens the cursor item editor.
ShiftF5Creates a new item before the cursor.
ShiftF6Renames the item.
F7Creates a new item at the tail.
F8,DelDeletes the selected items.
Set panel
This panel shows set members. It is opened from the keys panel or by this command:
rk:set key=<name>; [redis=<configuration>;]
Parameters
key=<name>Specifies the set key. If the key does not exist, a new set will be created. If the key type does not match, it's an error.
Keys and actions
F4Opens the cursor member editor.
ShiftF5Creates a new member.
ShiftF6Renames the member.
F7Creates a new member.
F8,DelDeletes the selected members.
Menu
Help
Shows RedisKit help.
Settings
F11 / FarNet / Settings / RedisKit Settings and Workings
Settings/Configurations
Specifies Redis configurations, environment variables are expanded.
The default configuration name is specified by Workings/Configuration.
Example:
<Configurations>
<Configuration Name="Main">%FARNET_REDIS_CONFIGURATION%</Configuration>
<Configuration Name="Local">127.0.0.1:3278</Configuration>
</Configurations>
Workings/Configuration
Specifies the current default configuration name.
The name must exist in Settings/Configurations.
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.6.3 | 102 | 10/11/2025 |
| 0.6.2 | 272 | 4/20/2025 |
| 0.6.1 | 230 | 4/17/2025 |
| 0.6.0 | 226 | 4/16/2025 |
| 0.5.1 | 170 | 2/4/2025 |
| 0.5.0 | 144 | 2/3/2025 |
| 0.4.0 | 146 | 1/31/2025 |
| 0.3.6 | 129 | 1/25/2025 |
| 0.3.5 | 175 | 1/1/2025 |
| 0.3.4 | 151 | 12/29/2024 |
| 0.3.3 | 153 | 12/24/2024 |
| 0.3.2 | 146 | 12/18/2024 |
| 0.3.1 | 160 | 12/14/2024 |
| 0.3.0 | 152 | 12/8/2024 |
| 0.2.6 | 162 | 10/27/2024 |
| 0.2.5 | 132 | 10/26/2024 |
| 0.2.4 | 148 | 10/25/2024 |
| 0.2.3 | 141 | 10/23/2024 |
| 0.2.2 | 157 | 10/22/2024 |
| 0.2.1 | 142 | 10/21/2024 |
| 0.2.0 | 162 | 10/21/2024 |
| 0.1.5 | 134 | 10/17/2024 |
| 0.1.4 | 199 | 5/15/2024 |
| 0.1.3 | 164 | 5/8/2024 |
| 0.1.2 | 166 | 5/7/2024 |
| 0.1.1 | 182 | 5/7/2024 |
| 0.1.0 | 194 | 5/6/2024 |
| 0.0.4 | 178 | 5/5/2024 |
| 0.0.3 | 170 | 5/5/2024 |
| 0.0.2 | 170 | 5/4/2024 |
| 0.0.1 | 191 | 5/4/2024 |