75 Commits

Author SHA1 Message Date
Guenter Obiltschnig
9288e89bfe remove remaining $Id$ tags from file headers 2017-10-31 15:58:10 +01:00
Aleksandar Fabijanic
151304135e purge trailing whitespace (#1947) 2017-10-20 15:37:19 -05:00
Alex Fabijanic
71531d1a75 Move to standard integer types #1147 2017-10-05 17:03:11 -05:00
kapcino
0aec1e162f Add password field for Redis Client (#1838)
* Add password field for Redis Client

* Revert change for constructor and add property for authenticated result

* Correct createObject when no password

* Fix compile problem and add type check before return object

* Remove password property in Redis pool factory

* Remove validate for no password case

* Correct return value for empty password
2017-08-30 12:23:23 -05:00
Stefan Weil
8ccee8928c Fix typos in comments, documentation and strings (#1615)
All of them were found using codespell.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-07-06 00:17:38 +02:00
soyoo
007a59cdbe Update Type.h
description input error.
2017-03-08 16:19:29 +08:00
soyoo
0064e93a05 Update Redis.h 2017-03-07 09:50:25 +08:00
Guenter Obiltschnig
64781d15f1 style and documentation fixes 2016-09-04 14:30:26 +02: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
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
fbraem
4c239205d2 Add typedef for SharedPtr<Client> 2015-11-20 18:34:37 +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
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
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
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
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
fbraem
d4a791d79c Add scard 2015-11-14 20:41:12 +01:00
fbraem
36108e2378 Add rename 2015-11-14 20:12:33 +01:00
fbraem
4e5fe3f874 Add blpop / brpop / brpoplpush 2015-11-14 19:39:16 +01:00
fbraem
f3dd36ac70 Add rpoplpush 2015-11-14 18:36:48 +01:00
fbraem
d1f9d36fb6 Add lset, ltrim and rpop and use operator << 2015-11-13 22:51:32 +01:00
fbraem
43cdb369b4 Call add so we are sure we call the specialization for std::string 2015-11-13 19:01:51 +01:00
fbraem
b8ea4e1d3b Add operator<< and make use of template function for add 2015-11-12 23:37:14 +01:00
fbraem
cd20602320 Rename ElementTraits to RedisTypeTraits / Move read to traits 2015-11-12 19:06:35 +01:00
fbraem
b66751a919 Add more factory methods for commands 2015-11-10 22:48:54 +01:00
fbraem
98918b39c4 Add more comments 2015-11-10 22:48:28 +01:00
fbraem
ee19720231 Add more commands 2015-11-09 22:25:10 +01:00
fbraem
fce0afab8e Use RedisEventArgs 2015-11-07 21:46:11 +01:00
fbraem
0efa6333ca Introduce command class 2015-11-07 21:45:23 +01:00
fbraem
1f1758f37c Solve wrong casts 2015-11-07 21:44:53 +01:00
fbraem
f54a25f041 Add flush method 2015-11-06 16:26:36 +01:00
fbraem
180cd8963b Add comment 2015-11-06 16:25:32 +01:00