HiredisSSApp 1.0.3

dotnet add package HiredisSSApp --version 1.0.3                
NuGet\Install-Package HiredisSSApp -Version 1.0.3                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HiredisSSApp" Version="1.0.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HiredisSSApp --version 1.0.3                
#r "nuget: HiredisSSApp, 1.0.3"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HiredisSSApp as a Cake Addin
#addin nuget:?package=HiredisSSApp&version=1.0.3

// Install HiredisSSApp as a Cake Tool
#tool nuget:?package=HiredisSSApp&version=1.0.3                

Hiredis NuGet Package Overview This NuGet package includes the Hiredis library, a minimalistic C client for the Redis database. It is designed for use in Windows 2022 desktop applications and has been optimized for memory performance with Visual Studio 2022.

Installation To install the Hiredis package, use the NuGet Package Manager in Visual Studio or run the following command in the Package Manager Console:

shell Copy code Install-Package Hiredis Usage Include Hiredis in Your Project

After installing the package, include the necessary headers and libraries in your project settings. Ensure that your project configuration points to the Hiredis include and lib directories provided by the package.

Configuration

In your project file or build settings, add the following paths for the Hiredis library:

xml Copy code <ItemGroup> <ClInclude Include="$(NuGetPackageRoot)Hiredis\1.0.0\build\native\include***.h" /> </ItemGroup>

<ItemGroup> <AdditionalDependencies>$(NuGetPackageRoot)Hiredis\1.0.0\build\native\lib\hiredis.lib</AdditionalDependencies> </ItemGroup> Notes This package is intended for use with desktop applications running on Windows 2022. To achieve optimal memory performance, this package has been updated to work with Visual Studio 2022. Make sure your project is configured to use Visual Studio 2022 to take advantage of these improvements. License The Hiredis library is licensed under the MIT License. See the license file for details.

Support For support or issues related to this package, please contact [your email or support contact].

Additional Resources Hiredis Documentation - https://github.com/redis/hiredis Visual Studio 2022 Documentation - https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes

There are no supported framework assets in this package.

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
1.0.3 103 8/1/2024
1.0.2 84 8/1/2024
1.0.1 80 7/31/2024
1.0.0 75 7/31/2024