cpp-bredis icon indicating copy to clipboard operation
cpp-bredis copied to clipboard

Boost::ASIO low-level redis client (connector)

Results 10 cpp-bredis issues
Sort by recently updated
recently updated
newest added

The package should be integrated to https://github.com/cpp-pm/hunter

help wanted

1. Introduce `prepared_command`, which already holds serialized form, and yous it as item in `ConstBufferSequence` in other words, the idea is to avoid output (`tx`) buffer linearization. Currently this technique...

question

Documentation states, that it's possible to use `drop_result` as part of the parsing policy: https://github.com/basiliscos/cpp-bredis#parse_result_titerator-policy However, it's pretty unclear how to use it with the `Connection` object. I read through...

After I build with Cmake and invoke the make command, these errors occur. What should I do to solve this? > /Users/Stephen/documents/cpp-bredis/include/bredis/impl/connection.ipp:61:40: error: > no matching constructor for initialization of...

The package should be uploaded to https://bintray.com/conan-community/conan PR: https://github.com/basiliscos/cpp-bredis/pull/13

enhancement

I'm trying to build the examples, are there any build instructions for linux? I tried `ccmake .` `make` but I get ``` $ make CMake Warning (dev) in CMakeLists.txt: No...

`bredis/Command.hpp` has rather generic interace, i.e. `get` command should take only one string (key).

enhancement

This looks like a good project! With some refactoring, I think it could be even better! I'd like to do a code review if possible, and leave individual comments on...