This website requires JavaScript.
Explore
Help
Register
Sign In
zeekling
/
hiredis
Watch
1
Star
0
Fork
0
You've already forked hiredis
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
940a04f4dd
hiredis
/
.gitignore
10 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Build a shared library
2010-06-03 15:33:54 +00:00
/hiredis-test
Move examples into their own folder Closes #166.
2013-04-19 20:39:26 +00:00
/examples/hiredis-example*
Build a shared library
2010-06-03 15:33:54 +00:00
/*.o
/*.so
/*.dylib
Make target for building static library
2010-09-21 12:05:22 +00:00
/*.a
Generate pkgconf during build The pkgconf source is localized to the Makefile, so we're not dropping an unnecessary "hiredis.pc.in" in the source directory. Closes #129 Closes #136
2015-01-05 20:33:49 +00:00
/*.pc
gitignore: dSYM
2019-02-20 09:53:21 +00:00
*.dSYM
Resp3 oob push support (#841) Proper support for RESP3 PUSH messages. By default, PUSH messages are now intercepted and the reply memory freed. This means existing code should work unchanged when connecting to Redis >= 6.0.0 even if `CLIENT TRACKING` were then enabled. Additionally, we define two callbacks users can configure if they wish to handle these messages in a custom way: void redisPushFn(void *privdata, void *reply); void redisAsyncPushFn(redisAsyncContext *ac, void *reply); See #825
2020-07-20 01:54:42 +00:00
tags
Reference in New Issue
Copy Permalink