Commit Graph

107 Commits

Author SHA1 Message Date
Guenter Obiltschnig
c12047b060 change localhost to 127.0.0.1 to ensure IPv4 when connecting to Redis and MongoDB for testing 2016-11-12 21:29:55 +01:00
Guenter Obiltschnig
64781d15f1 style and documentation fixes 2016-09-04 14:30:26 +02:00
FrancisANDRE
f1432c780c Remove RedisEventArgs from list of includes
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-30 11:19:31 +02:00
FrancisANDRE
bd07c1f9d6 Remove RedisEvetnArgs.cpp from the include list.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-30 09:48:14 +02:00
Miklos Vajna
e19ee5d6b9 GH #1050 Redis: fix gcc -Wshadow warnings 2016-03-18 14:15:55 +01:00
Alex Fabijanic
2a80322ecb merge dev and resolve conflicts 2016-03-11 20:57:28 -08:00
Mathäus Mendel
8895045fb5 Made all testsuite link with pthreads on Unix systems
This fixes the linker errors due to missing pthreads library on AIX.
2016-03-11 10:30:15 -03:00
Alex Fabijanic
ad83c85663 regenerate redis testsuite vs projects 2016-03-10 08:59:18 -08:00
Alex Fabijanic
31d23d2d2a Merge branch 'develop' into pr/1113 2016-03-10 08:57:21 -08:00
FrancisANDRE
47461e041f Add missing ws2_lib32.lib
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-10 12:22:48 +01:00
FrancisANDRE
3a43ac0b94 Add missing ws2_lib32.lib
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-10 07:09:31 +01:00
Mathäus Mendel
f634ab8d6d Fixed an inline initialization issue in the constructor
Class members are initialized in the order they are declared.
2016-03-09 17:21:25 -03:00
FrancisANDRE
d2240e910f Remove dupplicate entry.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-09 21:01:45 +01:00
FrancisANDRE
4122f47c91 Remove duplicate entry.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-09 17:32:36 +01:00
Alex Fabijanic
69960c9c92 added generated VS projects 2016-03-06 20:55:38 -08:00
Alex Fabijanic
92225086a4 generated CppUnit and testsuites VS projects 2016-03-06 20:54:26 -08:00
FrancisANDRE
ce797f7700 Make CppUnit a component of Poco
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-01-08 00:17:13 +01:00
FrancisANDRE
54591dfc8b Merge remote-tracking branch 'pocoproject@github/develop' into AppVeyorWithCMake 2015-12-23 17:22:50 +01:00
fbraem
391b3dfe56 Add Redis_API 2015-12-22 17:34:52 +01:00
fbraem
114ff5e396 Remove Redis_API from PooledConnection 2015-12-22 17:34:37 +01:00
FrancisANDRE
6e97a9f11b Split tests into samples & tests.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-19 17:15:55 +01:00
fbraem
4c239205d2 Add typedef for SharedPtr<Client> 2015-11-20 18:34:37 +01:00
fbraem
065ec5c6e9 Add missing files 2015-11-20 18:34:19 +01:00
fbraem
267cbb7931 Add connection pool 2015-11-20 18:31:33 +01:00
fbraem
e336fd7a8b use parse instead of parse64 2015-11-20 18:31:15 +01:00
fbraem
df3ed125c3 Documentation correction 2015-11-20 18:30:53 +01:00
Franky Braem
c0e548536b Update comments 2015-11-20 07:58:53 +01:00
Franky Braem
8bc723443a Remove __cxx11 2015-11-20 07:56:42 +01:00
fbraem
80b7804a98 Add more comments 2015-11-19 22:12:57 +01:00
fbraem
e973bb4faf Add getType 2015-11-19 22:12:38 +01:00
fbraem
e61350553c Add sample in comment 2015-11-19 18:34:55 +01:00
fbraem
05703f2f9f Add hvals 2015-11-19 18:29:06 +01:00
fbraem
2d10de0c30 Add hstrlen (note: only available in Redis 3.2) 2015-11-18 22:17:13 +01:00
fbraem
fd5579cb8c Add hmset 2015-11-18 19:36:46 +01:00
fbraem
6e00fac89b cleanup myotherset in testSMOVE to make the test repeatable 2015-11-18 18:58:43 +01:00
fbraem
da8adaab39 Add testHMGET 2015-11-18 18:57:11 +01:00
fbraem
feb9ad31d2 overload operator<< and add for vector of strings / hmget 2015-11-18 18:47:57 +01:00
fbraem
52ce9bf469 Add typedef StringVec 2015-11-18 18:13:17 +01:00
fbraem
8015d827f4 Add hkeys / hlen 2015-11-17 22:18:18 +01:00
fbraem
2f850b8a43 Add hgetall / hincrby 2015-11-17 22:02:25 +01:00
fbraem
8d08cc3909 Add hexists 2015-11-17 21:38:07 +01:00
fbraem
f618d7a5cf Change commandname in test function to uppercase 2015-11-17 21:18:29 +01:00
fbraem
4756fa353a Add hdel 2015-11-17 21:03:40 +01:00
fbraem
90eb6dcd18 Add hset/hget 2015-11-17 20:31:23 +01:00
fbraem
f7bb5d319f Add testEval 2015-11-17 20:12:41 +01:00
fbraem
7857e156c1 Add spop and srandmember 2015-11-16 22:51:13 +01:00
fbraem
7732d756ad add srem 2015-11-16 21:58:12 +01:00
fbraem
7c45bf4993 Add smove 2015-11-15 23:20:32 +01:00
fbraem
6dc3ac79c1 Add sismember 2015-11-15 21:16:47 +01:00
fbraem
7a72e3d695 Add more set methods 2015-11-14 22:02:36 +01:00