HiredisSSApp 1.0.1
See the version list below for details.
dotnet add package HiredisSSApp --version 1.0.1
NuGet\Install-Package HiredisSSApp -Version 1.0.1
<PackageReference Include="HiredisSSApp" Version="1.0.1" />
paket add HiredisSSApp --version 1.0.1
#r "nuget: HiredisSSApp, 1.0.1"
// Install HiredisSSApp as a Cake Addin #addin nuget:?package=HiredisSSApp&version=1.0.1 // Install HiredisSSApp as a Cake Tool #tool nuget:?package=HiredisSSApp&version=1.0.1
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
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.