Commit Graph

3424 Commits

Author SHA1 Message Date
fbraem
4e5fe3f874 Add blpop / brpop / brpoplpush 2015-11-14 19:39:16 +01:00
fbraem
ed0b61c6e1 Sort methods and add delKey method 2015-11-14 18:53:19 +01:00
fbraem
f3dd36ac70 Add rpoplpush 2015-11-14 18:36:48 +01:00
fbraem
df452c610f Add lset, ltrim and rpop tests 2015-11-13 22:52:15 +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
Guenter Obiltschnig
e896d92585 fix error handling in setThreadName (#1022) 2015-11-13 11:12:09 +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
b7bdbf89f0 add testLPop 2015-11-12 18:29:46 +01:00
Günter Obiltschnig
2b82105756 Merge pull request #1030 from danoli3/tvOSSimulator/bitcode-embed
tvOS / WatchOS bitcode enabled for simulators
2015-11-12 15:08:24 +01:00
Daniel Rosser
9e66e6e522 tvOS / WatchOS bitcode enabled for simulators 2015-11-12 23:56:52 +11:00
Günter Obiltschnig
05646a3c88 Merge pull request #1029 from danoli3/tvOS/bitcode-embed
tvOS / WatchOS bitcode enabled
2015-11-12 08:14:21 +01:00
Daniel Rosser
2a2b768afd tvOS / WatchOS bitcode enabled 2015-11-12 17:19:34 +11: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
Guenter Obiltschnig
f8dee428ab Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2015-11-10 10:07:59 +01:00
Guenter Obiltschnig
825e99578a GH #1022: clean-up setThreadName 2015-11-10 10:07:48 +01:00
fbraem
ee19720231 Add more commands 2015-11-09 22:25:10 +01:00
fbraem
93afd2637c Add VS project files 2015-11-07 21:48:23 +01:00
fbraem
c864435f00 Work on PubSub test 2015-11-07 21:47:18 +01:00
fbraem
fcd7b68695 Add asserts 2015-11-07 21:46:59 +01:00
fbraem
fce0afab8e Use RedisEventArgs 2015-11-07 21:46:11 +01:00
fbraem
2f26d6adf5 Add Command / RedisEventArgs / RedisStream 2015-11-07 21:45:46 +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
Aleksandar Fabijanic
0341214688 Merge pull request #1018 from kblaschke/develop
Fully support cross-compiling with Linux GNU build system using OSARCH_64BITS=[0,1]
2015-11-06 07:41:31 -06:00
kblaschke
795b4fc9bb Auto-detect OSARCH_64BITS. Otherwise, if OSARCH_64BITS is not specified, the build system would always produce 32-bit libraries, even on 64-bit hosts. 2015-11-06 11:55:21 +01:00
kblaschke
f2cfca6e50 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2015-11-06 11:33:19 +01:00
kblaschke
317117b510 Linux build configuration: Add -m32/-m64 flags to compiler and dynamic linker to fully support OSARCH_64BITS in cross-compiling scenarios 2015-11-06 11:30:41 +01:00
Aleksandar Fabijanic
2b52b26b92 Merge pull request #1014 from mkrivos/develop
Sqlite 3.9.2
2015-11-05 06:49:48 -06:00
Guenter Obiltschnig
ba946fc592 fix for VS2008 2015-11-04 22:46:06 +01:00
Marian Krivos
41f7870fec bump to sqlite 3.9.2 2015-11-04 18:19:11 +01:00
Franky Braem
38973aa128 Remove Redis_API from Type to avoid unresolved externals on Windows 2015-11-04 13:59:27 +01:00
fbraem
004bcfe48a Use RedisStream instead of RedisSocket 2015-11-03 22:36:46 +01:00
fbraem
8e586b1012 Add cmake dependency file 2015-11-02 22:10:23 +01:00
fbraem
dfc89d09de Work on pubsub sample 2015-11-02 22:09:35 +01:00
fbraem
cbb45f5b25 Add setReceiveTimeout 2015-11-02 22:09:21 +01:00
fbraem
c135c87b1d Add setReceiveTimeout 2015-11-02 22:08:58 +01:00
fbraem
cb8b6cfe8d Renamed AsyncClient into AsyncReader 2015-11-02 22:08:27 +01:00
fbraem
93a2cced8d No samples yet ... 2015-11-02 22:07:49 +01:00
fbraem
ae7c0c095a Add ENABLE_REDIS 2015-11-02 22:07:31 +01:00
Guenter Obiltschnig
8fd28947b9 re-added customizeSession() method from 1.4.x releases 2015-11-02 10:22:27 +01:00
fbraem
064f8ef2de Work on AsyncClient and add execute<T> method 2015-11-02 08:06:32 +01:00
fbraem
2d0c312be3 More tests ... 2015-10-27 22:04:38 +01:00
fbraem
cf2450d1c5 add testAppend 2015-10-26 21:41:27 +01:00
fbraem
9d22184a9f Update some tests / Add testPipeliningWithWriteCommand 2015-10-26 20:33:03 +01:00
fbraem
7b3a796460 Update add methods, make it possible to chain them, ... 2015-10-26 20:29:32 +01:00