1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-02-22 12:44:55 +00:00
dindexer/src/backends/redis
2016-06-21 14:20:30 +01:00
..
arg_to_bin_safe.hpp Add support for char[N] to the run() method. 2016-06-14 09:11:07 +01:00
backend_redis.cpp Use new custom lexical_cast instead of the one from boost. 2016-06-15 22:38:25 +01:00
backend_redis.hpp Add optional database selection parameter in yml file. 2016-06-10 09:55:37 +02:00
batch.cpp Add code to submit scripts to Redis. 2016-06-21 14:19:59 +01:00
batch.hpp Use async hiredis API. 2016-06-20 18:19:06 +01:00
CMakeLists.txt Add code to submit scripts to Redis. 2016-06-21 14:19:59 +01:00
command.cpp Add constructor for opening connection to socket. 2016-06-21 14:20:30 +01:00
command.hpp Add constructor for opening connection to socket. 2016-06-21 14:20:30 +01:00
redisConfig.h.in Add code to submit scripts to Redis. 2016-06-21 14:19:59 +01:00
reply.cpp Move variant types enum out of implem namespace. 2016-06-14 09:37:57 +01:00
reply.hpp Don't throw if reply is of error type - just put it in Reply. 2016-06-20 18:06:26 +01:00
scan_iterator.cpp Use new custom lexical_cast instead of the one from boost. 2016-06-15 22:38:25 +01:00
scan_iterator.hpp Add support for the MATCH and COUNT options for the SCAN commands. 2016-06-14 19:11:13 +01:00
scan_iterator.inl Add support for the MATCH and COUNT options for the SCAN commands. 2016-06-14 19:11:13 +01:00