log src/lib-dict/dict-redis.c @ 22325:e01bc3015b2f

age author description
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Tue, 21 Jun 2016 12:04:24 +0300 Timo Sirainen lib-dict: Explicitly specify used dict_vfuncs methods for drivers.
Mon, 13 Jun 2016 17:10:22 +0300 Timo Sirainen lib-dict: Added dict_switch_ioloop()
Fri, 06 May 2016 13:42:11 +0300 Timo Sirainen dict-redis: Fixed memory leak in async commit
Wed, 06 Apr 2016 20:19:04 +0300 Timo Sirainen dict-redis: When timeout was reached, we didn't actually stop but just continued waiting.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Wed, 02 Sep 2015 17:34:43 +0300 Timo Sirainen lib-dict: Added async API for lookup and iteration.
Sat, 29 Aug 2015 14:26:30 +0300 Stephan Bosch Changed type of internet port values to in_port_t everywhere.
Mon, 02 Mar 2015 15:07:20 +0200 Timo Sirainen dict-redis: Added support for changing the Redis database.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 02 Dec 2014 00:29:13 -0800 Timo Sirainen dict-redis: Use timeout_msecs parameter also for transaction commit waits.
Tue, 02 Dec 2014 00:26:24 -0800 Timo Sirainen dict-redis: Use EXPIRE also after INCRBY commands.
Tue, 25 Nov 2014 03:12:25 +0200 Timo Sirainen dict-redis: Small error handling fix to previous change.
Tue, 25 Nov 2014 03:10:41 +0200 Timo Sirainen dict-redis: Added support for expire_secs=n parameter.
Thu, 28 Aug 2014 21:56:41 +0900 Timo Sirainen lib-dict: Changed dict.init() API to take struct dict_settings and added dict_init_full().
Thu, 21 Aug 2014 11:40:51 +0200 Timo Sirainen redis: Added support for path=/unix/socket/path parameter instead of host/port.
Wed, 20 Aug 2014 12:47:10 +0200 Timo Sirainen lib-dict: Hide internal ioloop from async commit callbacks. (Redis & memcached fix)
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sat, 16 Nov 2013 21:20:31 +0200 Timo Sirainen Use io_loop_set_current() instead of directly setting it.
Wed, 23 Oct 2013 15:26:35 +0300 Timo Sirainen dict-redis: Don't crash if we get disconnected during an open transaction.
Wed, 23 Oct 2013 15:16:52 +0300 Timo Sirainen dict-redis: Don't crash when receiving invalid input instead of expected $size.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Mon, 29 Oct 2012 17:55:35 +0200 Timo Sirainen Merged changes from v2.1 tree.
Sun, 21 Oct 2012 07:13:44 +0300 Timo Sirainen redis dict: Log an error if we get disconnected unexpectedly.
Sat, 13 Oct 2012 01:09:37 +0300 Timo Sirainen lib-dict: dict_init() now returns error string instead of logging it
Wed, 03 Oct 2012 04:14:33 +0300 Timo Sirainen lib-dict: Fixed error handling on initialization.
Sun, 16 Sep 2012 00:52:39 +0300 Timo Sirainen dict_init() API changed to return int.
Thu, 30 Aug 2012 22:05:02 +0300 Timo Sirainen Merged changes from v2.1 tree.
Sun, 26 Aug 2012 19:23:48 +0300 Timo Sirainen dict-redis: Fixed infinite looping
Tue, 21 Aug 2012 10:02:44 +0300 Timo Sirainen dict redis: Fixed dict_lookup() to skip all previous pending replies.
Tue, 21 Aug 2012 10:02:44 +0300 Timo Sirainen dict redis: Fixed dict_lookup() to skip all previous pending replies.
Sun, 19 Aug 2012 14:21:37 +0300 Timo Sirainen Array API changed: ARRAY_DEFINE(name, type) -> ARRAY(type) name
Thu, 16 Aug 2012 06:09:22 +0300 Timo Sirainen connection API: Fixed connected() callback to actually allow detecting failed connects.
Tue, 14 Aug 2012 06:22:44 +0300 Timo Sirainen dict: Implemented dict_append()
Fri, 10 Aug 2012 05:24:07 +0300 Timo Sirainen Merged changes from v2.1 tree.
Mon, 23 Jul 2012 17:24:13 +0300 Timo Sirainen redis dict: Added support for set/unset/atomic_inc.
Sun, 08 Jul 2012 09:18:46 +0300 Timo Sirainen redis: Fixed connection handling.
Sun, 08 Jul 2012 09:00:57 +0300 Timo Sirainen lib-dict: Added initial version of Redis support.