prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include pkgincludedir=${includedir}/hiredis-vip Name: hiredis-vip Description: Minimalistic C client library for Redis with cluster support. Version: @PROJECT_VERSION@ Libs: -L${libdir} -lhire...
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Latest commit History History File metadata and controls 554 lines (436 loc) · 8.36 KB Raw 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
Hiredis-vip was maintained and used at vipshop(https://github.com/vipshop). The redis client library part in hiredis-vip is same as hiredis(https://github.com/redis/hiredis). The redis cluster client library part in hiredis-vip is written by deep(https://github.com/deep011). ...
Hiredis-vip was maintained and used at vipshop(https://github.com/vipshop).The redis client library part in hiredis-vip is same as hiredis(https://github.com/redis/hiredis).The redis cluster client library part in hiredis-vip is written by deep(https://github.com/deep011)....
17 changes: 10 additions & 7 deletions 17 pkgs/by-name/hi/hiredis-vip/package.nix Original file line numberDiff line numberDiff line change @@ -1,26 +1,29 @@ { stdenv, lib, stdenv, fetchFromGitHub, }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "hired...
Hiredis-vip was maintained and used at vipshop(https://github.com/vipshop). The redis client library part in hiredis-vip is same as hiredis(https://github.com/redis/hiredis). The redis cluster client library part in hiredis-vip is written by deep(https://github.com/deep011). Hiredis-vi...
GitHub Copilot Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address...
master BranchesTags hiredis-vip/win32.h Go to file Copy path deep011add hiredis-0.13.1 Latest commit284c5c0Sep 30, 2015History 1contributor 42 lines (32 sloc)744 Bytes RawBlame #ifndef_WIN32_HELPER_INCLUDE #define_WIN32_HELPER_INCLUDE ...
HI, I see the following code in the async.c /* Always schedule a write when the write buffer is non-empty */ _EL_ADD_WRITE(ac); Wondering if this first socket write, do we really need to add this FD in the polling & check if its still wr...