Takatoshi Kondo
Takatoshi Kondo
I'd like to have the method that returns LRU element (key and value). So I created this pull request. Could you check this?
@nekipelov , thank you for the answer. You mean `RedisAsyncClient::command()`'s handler will have `boost::system::error_code` some how in the future? For example, the current `RedisAsyncClient::command()` is this, https://github.com/nekipelov/redisclient/blob/v0.6.1/src/redisclient/redisasyncclient.h#L66 ```cpp REDIS_CLIENT_DECL void...
What happens in the following case? 1. `RedisAsyncClient::connect()` is successfully finished. `RedisAsyncClient::connect()` callback is called. 2. In the `RedisAsyncClient::connect()` callback, `RedisAsyncClient::command()` is NOT called. Instead of that, set `boost::asio::deadline_timer` and...
I understand. Thank you for the comment.
On msgpack-c 1.1.x, gcc_atomic.h is located on include/msgpack/gcc_atomic.h
I sent the PR for cpp-0.5 branch.
The PR is #337. And it has already been merged to https://github.com/msgpack/msgpack-c/tree/cpp-0.5. But not released yet. We should release 0.5.10. @nobu-k
@mika-fischer , it is nice to have. Could you send a pull request?
Hi @HalosGhost, I'm interested in your idea. I considered how to implement that. Then some questions came up. For packing, 1. Does `msgpack_packf(pk, "i8,b", 25, true);` make two message pack...
@HalosGhost, I've checked Jansson. It seems to be a great work :) I think that I understand your vision. If you implement that functions and tests, please send a pull...