Salvatore Sanfilippo

Results 30 issues of Salvatore Sanfilippo

In asynchronous mode it is possible to associate a pointer to a given command execution. When the reply arrives, a copy of the pointer is passed as argument to the...

ng
async

Hello redis-rb hackers! In this feature request I propose the introduction of an optional interface, not replacing the normal interface, but only as an additional interface, that disjoins the calls...

Key locks for modules "no GIL" threaded operations.

Hi @DaveGamble! Thank you for your effort to provide this library, I'm using it in order to implement a Telegram bot written in C and I really enjoyed its simplicity,...

Hello, because of time concerns in the past I was not able to test pull requests and merge them in a reasonable amount of time. Fortunately after asking @fcambus for...

For now Disque will consider a job replicated once there are N copies in th cluster. In case of multiple DCs in order to improve jobs safety especially if persistence...

1. Use a zip file as release url instead of the git url. For example: `https://github.com/antirez/lua-cmsgpack/archive/0.4.0.zip`. 2. Better to drop `https` in favor of `http` and add a digest, so...

``` lua_cmsgpack.c: In function ‘mp_unpack_full’: lua_cmsgpack.c:802:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (offset > len) ^ lua_cmsgpack.c: In function ‘luaopen_create’: lua_cmsgpack.c:899:19: warning: comparison between signed...