[00:16:47] lux___ (~lux@ppp-85-28.25-151.libero.it) left irc: Quit: This computer has gone to sleep [00:25:59] nicholasf (~nicholasf@ppp196-159.static.internode.on.net) joined #redis. [01:00:25] brtsz (~avav@unaffiliated/brtsz) left irc: Ping timeout: 252 seconds [01:00:59] brtsz (~avav@web32.webfaction.com) joined #redis. [01:39:27] fx1 (4d04a3d5@gateway/web/freenode/ip.77.4.163.213) joined #redis. [01:40:24] hi is it possible to retrieve fetch history of published messages if a subsciber came later then publish time? [01:46:12] No, publish is not durable [01:46:24] if subscriber miss the message somehow, it's gone forever [01:47:28] fx1: Maybe what you want is pushing messages onto list and doing blocking pop on that list from worker [01:48:29] fx1: That way, it's durable, but does't multicast messages to many subscribers [01:49:07] (one message == one client, in publish/subscribe it's one message == possibly many clients) [01:54:37] Shapeshifter (~Shapeshif@saskatoon.icu.uzh.ch) left irc: Changing host [01:54:37] Shapeshifter (~Shapeshif@unaffiliated/shapeshifter) joined #redis. [01:56:48] thank you, i really love redis, i have compared to many other nosql and it rocks, i was hoping to find all-in-one solution [01:57:17] i think pubsub has feature, worth to consider to extend redis“ pubsub capabilities i think [01:57:33] feature = future [02:02:47] xcbt (~xcbt@bc98121.bendcable.com) joined #redis. [02:18:31] xjiujiu (~quassel@218.77.14.195) left irc: Read error: Connection reset by peer [02:19:17] xjiujiu (~quassel@218.77.14.195) joined #redis. [02:20:26] xjiujiu (~quassel@218.77.14.195) left irc: Read error: Connection reset by peer [02:21:37] xjiujiu (~quassel@218.77.14.195) joined #redis. [02:27:07] xjiujiu (~quassel@218.77.14.195) left irc: Read error: Connection reset by peer [02:28:05] TimTim (TimTim@cpe-098-026-149-108.triad.res.rr.com) left irc: Ping timeout: 248 seconds [02:28:12] xjiujiu (~quassel@218.77.14.195) joined #redis. [02:56:20] Nuck (~Nuck@unaffiliated/nuck) left #redis. [02:58:23] xcbt (~xcbt@bc98121.bendcable.com) left irc: Remote host closed the connection [03:02:40] xcbt (~xcbt@bc98121.bendcable.com) joined #redis. [03:05:34] d0k (~d0k@p5B3B3F49.dip.t-dialin.net) joined #redis. [03:23:14] jondot (~jondot@84.94.120.97.cable.012.net.il) joined #redis. [03:23:32] hi all, i think we're on to a bug. try to execute this sequence [03:23:50] incr foo; incr foo; expire foo 1000; incr foo [03:23:56] now foo is "1" [03:24:02] looks like expire overrides [03:24:52] vhat version of redis? [03:25:47] on 'try redis' even [03:27:00] some of the comments here discuss this (but not all) http://code.google.com/p/redis/issues/detail?id=232 [03:29:00] it looks like that try redis demo deletes db in between the commands [03:29:41] thehodge (~thehodge@2001:470:1f09:13a3:7c0a:3c5:6240:8653) joined #redis. [03:30:19] im talking about a single session [03:31:42] oh, i had disabled cookies for that domain :-) [03:32:16] But it looks fine, as that try redis run on redis 2.0.2 [03:32:43] and that, iirc, had other expire-semantic than current one [03:33:32] have to reboot, brb [03:33:35] jondot (~jondot@84.94.120.97.cable.012.net.il) left irc: Quit: WeeChat 0.3.4 [03:45:25] ron (~ron@unaffiliated/ron) left irc: Read error: Connection timed out [03:49:45] is there a command to publish all keys within a database please? [03:49:56] xcbt (~xcbt@bc98121.bendcable.com) left irc: Remote host closed the connection [03:50:09] fx1: what do you mean, publish all keys? [03:50:17] yes [03:50:35] no, what do you mean by that? you want to know all the keys in db? [03:51:02] yes in key->value pair, i would like to list all keys [03:51:02] "keys *" [03:51:11] oh that easy, tx [03:53:24] anydot i am about to write an addon using redit soon, this addon will use redit as middleware (database) and will allow my clients to store their key->value pairs. but my problem is that (like almost all nosql engines) redit "requires" trusted environment because whoever has access to redit, can write and read everyone others keys. do there is no possibility (afaik) to isolate users so they have their own realms. can you recommend here som [03:54:26] Run multiple redis servers with auth enabled [03:54:44] if you need that level of separation, there's no other solution [03:55:37] i thought the same [03:55:43] tx for confirming [03:58:09] ron (~ron@unaffiliated/ron) joined #redis. [03:58:49] sheri (~sheri@cpe-184-153-13-92.nycap.res.rr.com) joined #redis. [04:00:37] Brend (~brend@60-251-59-178.HINET-IP.hinet.net) joined #redis. [04:21:10] whats the maximum string lenght of Value by K->V pairs please? [04:26:01] rittyan (~rittyan@95-24-58-110.broadband.corbina.ru) joined #redis. [04:56:34] soveran (~soveran@186.19.214.247) joined #redis. [04:57:17] petercooper (~petercoop@82.144.254.2) joined #redis. [05:06:35] wam (~wam@unaffiliated/wam) joined #redis. [05:13:28] fx1 (4d04a3d5@gateway/web/freenode/ip.77.4.163.213) left irc: Quit: Page closed [05:27:07] pyparadigm (~pyparadig@c-98-236-118-249.hsd1.pa.comcast.net) left irc: Quit: Leaving [05:27:25] pyparadigm (~pyparadig@c-98-236-118-249.hsd1.pa.comcast.net) joined #redis. [05:34:37] nicholasf (~nicholasf@ppp196-159.static.internode.on.net) left irc: Remote host closed the connection [05:36:07] rittyan (~rittyan@95-24-58-110.broadband.corbina.ru) left irc: Remote host closed the connection [05:38:11] Wombert (~Wombert@client-gate.sfa.network.cynigram.com) joined #redis. [05:47:48] stephank (~stephank@82.197.214.45) left irc: Quit: *Poof!* [05:48:28] stephank (~stephank@82.197.214.45) joined #redis. [05:54:27] lux___ (~lux@ppp-85-28.25-151.libero.it) joined #redis. [05:58:38] soveran (~soveran@186.19.214.247) left irc: Remote host closed the connection [06:06:55] thehodge_ (~thehodge@cpc5-seac20-2-0-cust310.7-2.cable.virginmedia.com) joined #redis. [06:10:09] thehodge (~thehodge@2001:470:1f09:13a3:7c0a:3c5:6240:8653) left irc: Ping timeout: 260 seconds [06:12:40] drbobbeaty (~drbobbeat@c-67-184-75-162.hsd1.il.comcast.net) joined #redis. [06:24:53] sheri (~sheri@cpe-184-153-13-92.nycap.res.rr.com) left irc: Remote host closed the connection [06:51:56] drbobbeaty (~drbobbeat@c-67-184-75-162.hsd1.il.comcast.net) left irc: Quit: drbobbeaty [06:53:10] NetRoY (~NetRoY@122.172.243.9) joined #redis. [06:58:19] Comandante (~Comandant@68-178-114-200.fibertel.com.ar) joined #redis. [06:59:36] Nick change: NetRoY -> NetRoY|away [06:59:45] Nick change: thehodge_ -> thehodge [07:01:29] xjiujiu (~quassel@218.77.14.195) left irc: Read error: Connection reset by peer [07:02:16] Nick change: NetRoY|away -> NetRoY [07:03:05] NetRoY (~NetRoY@122.172.243.9) left irc: Remote host closed the connection [07:03:21] soveran (~soveran@186.19.214.247) joined #redis. [07:32:29] wam (~wam@unaffiliated/wam) left irc: Quit: Ex-Chat [08:10:55] euoia (~euoia@modemcable043.77-21-96.mc.videotron.ca) joined #redis. [08:11:44] sheri (~sheri@cpe-184-153-13-92.nycap.res.rr.com) joined #redis. [08:16:22] thehodge (~thehodge@cpc5-seac20-2-0-cust310.7-2.cable.virginmedia.com) left irc: Read error: Connection reset by peer [08:16:26] thehodge_ (~thehodge@cpc5-seac20-2-0-cust310.7-2.cable.virginmedia.com) joined #redis. [08:21:37] pyparadigm (~pyparadig@c-98-236-118-249.hsd1.pa.comcast.net) left irc: Quit: Leaving [08:34:47] hackband (~hackband@1385159443.dhcp.dbnet.dk) joined #redis. [08:42:30] NetRoY (~NetRoY@122.172.243.9) joined #redis. [09:00:37] NetRoY (~NetRoY@122.172.243.9) left irc: Quit: Leaving [09:06:22] pyparadigm (~pyparadig@c-98-236-118-249.hsd1.pa.comcast.net) joined #redis. [09:17:33] soveran (~soveran@186.19.214.247) left irc: Remote host closed the connection [09:41:33] lux___ (~lux@ppp-85-28.25-151.libero.it) left irc: Quit: This computer has gone to sleep [09:52:21] cinemascop89 (~yo@r186-52-39-173.dialup.adsl.anteldata.net.uy) joined #redis. [09:52:57] bchi (~bji@cpe-173-093-254-029.sc.res.rr.com) joined #redis. [09:53:40] brianseeders (~BS@108-216-88-132.lightspeed.bcvloh.sbcglobal.net) joined #redis. [10:01:55] petercooper (~petercoop@82.144.254.2) left irc: Remote host closed the connection [10:05:36] dsys (~textual@99.102.20.235) left irc: Quit: Textual IRC Client: http://www.textualapp.com/ [10:18:40] nu7hatch (~nu7hatch@r186-52-41-86.dialup.adsl.anteldata.net.uy) joined #redis. [10:33:45] Wombert (~Wombert@client-gate.sfa.network.cynigram.com) left irc: Quit: Wombert [10:39:39] xcbt (~xcbt@bc98121.bendcable.com) joined #redis. [10:51:41] ezkl (ezkl@ezkl.net) got netsplit. [10:51:41] nu7hatch (~nu7hatch@r186-52-41-86.dialup.adsl.anteldata.net.uy) got netsplit. [10:51:41] cinemascop89 (~yo@r186-52-39-173.dialup.adsl.anteldata.net.uy) got netsplit. [10:51:41] ron (~ron@unaffiliated/ron) got netsplit. [10:52:20] ezkl (ezkl@ezkl.net) returned to #redis. [10:52:22] S1kx (~S1kx@ip-95-223-80-198.unitymediagroup.de) joined #redis. [10:52:22] S1kx (~S1kx@ip-95-223-80-198.unitymediagroup.de) left irc: Changing host [10:52:22] S1kx (~S1kx@pdpc/supporter/monthlybyte/s1kx) joined #redis. [10:52:31] nu7hatch (~nu7hatch@r186-52-41-86.dialup.adsl.anteldata.net.uy) returned to #redis. [10:52:31] cinemascop89 (~yo@r186-52-39-173.dialup.adsl.anteldata.net.uy) returned to #redis. [10:52:31] ron (~ron@unaffiliated/ron) returned to #redis. [10:53:56] ezkl (ezkl@ezkl.net) got netsplit. [10:59:00] ezkl (ezkl@ezkl.net) returned to #redis. [11:02:46] bchi_ (~bji@cpe-173-093-254-029.sc.res.rr.com) joined #redis. [11:03:00] bchi (~bji@cpe-173-093-254-029.sc.res.rr.com) left irc: Read error: Connection reset by peer [11:16:53] AmirBehzad (~behzad@79.127.100.2) joined #redis. [11:25:44] ampasowa (~ampasowa@41-218-245-191-adsl-dyn.4u.com.gh) joined #redis. [11:33:44] bchi (~bji@96.sub-174-252-158.myvzw.com) joined #redis. [11:35:11] bchi_ (~bji@cpe-173-093-254-029.sc.res.rr.com) left irc: Ping timeout: 244 seconds [11:45:34] bchi (~bji@96.sub-174-252-158.myvzw.com) left irc: Quit: Colloquy for iPad - http://colloquy.mobi [11:45:59] sheri (~sheri@cpe-184-153-13-92.nycap.res.rr.com) left irc: Remote host closed the connection [11:58:55] ampasowa (~ampasowa@41-218-245-191-adsl-dyn.4u.com.gh) left irc: Quit: Leaving. [11:59:32] xcbt (~xcbt@bc98121.bendcable.com) left irc: Remote host closed the connection [12:12:09] bchi (~bji@84.sub-174-252-191.myvzw.com) joined #redis. [12:12:59] sheri (~sheri@cpe-184-153-13-92.nycap.res.rr.com) joined #redis. [12:13:40] bchi (~bji@84.sub-174-252-191.myvzw.com) left irc: Client Quit [12:15:11] lux___ (~lux@ppp-85-28.25-151.libero.it) joined #redis. [12:55:05] Comandante (~Comandant@68-178-114-200.fibertel.com.ar) left irc: Remote host closed the connection [12:57:45] AmirBehzad (~behzad@79.127.100.2) left irc: Quit: Leaving. [13:37:47] elliottcable (~me@ell.io) left irc: Quit: best short-url ever. [13:54:40] euoia_ (~euoia@modemcable043.77-21-96.mc.videotron.ca) joined #redis. [13:57:29] euoia (~euoia@modemcable043.77-21-96.mc.videotron.ca) left irc: Ping timeout: 240 seconds [13:57:29] Nick change: euoia_ -> euoia [14:02:57] TimTimTim (TimTim@cpe-098-026-149-108.triad.res.rr.com) joined #redis. [14:06:00] rittyan (~rittyan@95-24-58-110.broadband.corbina.ru) joined #redis. [14:20:15] kenperkins (~textual@50-47-18-37.evrt.wa.frontiernet.net) left irc: Read error: Connection reset by peer [14:20:53] kenperkins (~textual@50-47-18-37.evrt.wa.frontiernet.net) joined #redis. [14:28:31] adulau (~adulau@ka.quuxlabs.com) left irc: Ping timeout: 240 seconds [14:31:09] euoia (~euoia@modemcable043.77-21-96.mc.videotron.ca) left irc: Quit: euoia [14:35:11] euoia (~euoia@modemcable043.77-21-96.mc.videotron.ca) joined #redis. [14:38:54] xcbt (~xcbt@bc98121.bendcable.com) joined #redis. [14:39:38] soveran (~soveran@186.19.214.247) joined #redis. [14:43:45] xcbt (~xcbt@bc98121.bendcable.com) left irc: Remote host closed the connection [14:52:10] soveran (~soveran@186.19.214.247) left irc: Remote host closed the connection [14:57:21] brianseeders (~BS@108-216-88-132.lightspeed.bcvloh.sbcglobal.net) left irc: Ping timeout: 252 seconds [14:59:33] euoia (~euoia@modemcable043.77-21-96.mc.videotron.ca) left irc: Quit: euoia [15:03:42] brianseeders (~BS@108-216-88-132.lightspeed.bcvloh.sbcglobal.net) joined #redis. [15:05:49] d0k (~d0k@p5B3B3F49.dip.t-dialin.net) left irc: Quit: This sleep has gone computing. [15:15:00] pete_ (c3075a43@gateway/web/freenode/ip.195.7.90.67) joined #redis. [15:15:13] xcbt (~xcbt@bc98121.bendcable.com) joined #redis. [15:16:04] i'd like to refer to http://redis.io/topics/twitter-clone in an article i am writing. does anybody know the publication date of this article, and who wrote it? [15:16:49] dunno who wrote it, but it's older than dinosaurs [15:20:39] Wombert (~Wombert@client-gate.sfa.network.cynigram.com) joined #redis. [15:22:01] cinemascop89 (~yo@r186-52-39-173.dialup.adsl.anteldata.net.uy) left irc: Ping timeout: 260 seconds [15:22:06] cinemascop891 (~yo@r190-134-40-20.dialup.adsl.anteldata.net.uy) joined #redis. [15:26:03] adulau (~adulau@ka.quuxlabs.com) joined #redis. [15:31:11] adulau (~adulau@ka.quuxlabs.com) left irc: Read error: Operation timed out [15:55:39] cinemascop89 (~yo@r190-134-40-20.dialup.adsl.anteldata.net.uy) joined #redis. [15:56:26] cinemascop891 (~yo@r190-134-40-20.dialup.adsl.anteldata.net.uy) left irc: Ping timeout: 260 seconds [15:59:31] Axsuul (~Axsuul@75-140-75-52.dhcp.mtpk.ca.charter.com) joined #redis. [16:09:55] adulau (~adulau@ka.quuxlabs.com) joined #redis. [16:19:33] ampasowa (~ampasowa@41-218-245-191-adsl-dyn.4u.com.gh) joined #redis. [16:24:06] adulau (~adulau@ka.quuxlabs.com) left irc: Ping timeout: 240 seconds [16:26:47] weezle (~weezle@41-218-245-191-adsl-dyn.4u.com.gh) joined #redis. [16:28:55] weezle (~weezle@41-218-245-191-adsl-dyn.4u.com.gh) left irc: Client Quit [16:29:11] weezle (~weezle@41-218-245-191-adsl-dyn.4u.com.gh) joined #redis. [16:29:37] weezle (~weezle@41-218-245-191-adsl-dyn.4u.com.gh) left #redis. [16:29:59] weezle (~weezle@41-218-245-191-adsl-dyn.4u.com.gh) joined #redis. [16:40:22] adulau (~adulau@ka.quuxlabs.com) joined #redis. [16:46:01] adulau (~adulau@ka.quuxlabs.com) left irc: Ping timeout: 260 seconds [17:01:45] lux___ (~lux@ppp-85-28.25-151.libero.it) left irc: Quit: This computer has gone to sleep [17:07:29] cinemascop89 (~yo@r190-134-40-20.dialup.adsl.anteldata.net.uy) left irc: Quit: Leaving. [17:08:27] lux___ (~lux@ppp-85-28.25-151.libero.it) joined #redis. [17:22:30] adulau (~adulau@ka.quuxlabs.com) joined #redis. [17:33:57] nu7hatch_ (~nu7hatch@r186-52-18-87.dialup.adsl.anteldata.net.uy) joined #redis. [17:36:44] ampasowa (~ampasowa@41-218-245-191-adsl-dyn.4u.com.gh) left #redis. [17:37:21] nu7hatch (~nu7hatch@r186-52-41-86.dialup.adsl.anteldata.net.uy) left irc: Ping timeout: 260 seconds [17:42:32] saschagehlich (~saschageh@p5DD54DDC.dip.t-dialin.net) joined #redis. [17:53:17] adulau (~adulau@ka.quuxlabs.com) left irc: Ping timeout: 252 seconds [17:56:46] adulau (~adulau@ka.quuxlabs.com) joined #redis. [18:04:26] adulau (~adulau@ka.quuxlabs.com) left irc: Ping timeout: 252 seconds [18:05:07] cinemascop89 (~yo@r190-134-40-20.dialup.adsl.anteldata.net.uy) joined #redis. [18:08:02] adulau (~adulau@ka.quuxlabs.com) joined #redis. [18:13:36] adulau (~adulau@ka.quuxlabs.com) left irc: Ping timeout: 252 seconds [18:20:08] adulau (~adulau@ka.quuxlabs.com) joined #redis. [18:28:12] xjiujiu (~quassel@218.77.14.195) joined #redis. [18:31:01] saschagehlich (~saschageh@p5DD54DDC.dip.t-dialin.net) left irc: Remote host closed the connection [18:43:08] TimTimTim (TimTim@cpe-098-026-149-108.triad.res.rr.com) left irc: [18:46:42] hackband (~hackband@1385159443.dhcp.dbnet.dk) left irc: Remote host closed the connection [18:48:29] rittyan (~rittyan@95-24-58-110.broadband.corbina.ru) left irc: Remote host closed the connection [18:52:14] ewag (~ewagner@s247.n194.n222.n216.static.myhostcenter.com) joined #redis. [18:52:30] kenperkins (~textual@50-47-18-37.evrt.wa.frontiernet.net) left irc: Quit: Computer has gone to sleep. [18:59:46] Guest39908 (~nawt@c-50-132-9-148.hsd1.wa.comcast.net) left irc: Read error: Connection reset by peer [19:00:09] Guest39908 (~nawt@c-50-132-9-148.hsd1.wa.comcast.net) joined #redis. [19:01:08] getxsick (xsx@unaffiliated/getxsick) left irc: Read error: Operation timed out [19:01:42] getxsick (xsx@unaffiliated/getxsick) joined #redis. [19:05:55] lux___ (~lux@ppp-85-28.25-151.libero.it) left irc: Quit: This computer has gone to sleep [19:08:03] ewag (~ewagner@s247.n194.n222.n216.static.myhostcenter.com) left irc: Quit: Leaving [19:08:35] ewag (~ewagner@s247.n194.n222.n216.static.myhostcenter.com) joined #redis. [19:10:45] thehodge_ (~thehodge@cpc5-seac20-2-0-cust310.7-2.cable.virginmedia.com) left irc: Remote host closed the connection [19:11:09] thehodge (~thehodge@2001:470:1f09:13a3:1142:fa2a:d6c5:1953) joined #redis. [19:12:37] TimTim (TimTim@cpe-098-026-149-108.triad.res.rr.com) joined #redis. [19:15:39] thehodge (~thehodge@2001:470:1f09:13a3:1142:fa2a:d6c5:1953) left irc: Ping timeout: 252 seconds [19:15:47] adulau (~adulau@ka.quuxlabs.com) left irc: Read error: Operation timed out [19:19:09] adulau (~adulau@ka.quuxlabs.com) joined #redis. [19:26:59] rodasc (~crodas@li22-40.members.linode.com) joined #redis. [19:27:59] Nick change: rodasc -> crodas [19:28:16] crodas (~crodas@li22-40.members.linode.com) left irc: Client Quit [19:30:09] insin (~insin@host86-148-254-166.range86-148.btcentralplus.com) left irc: Quit: What's the point in giving us haaaaannnds? [19:30:52] xcbt (~xcbt@bc98121.bendcable.com) left irc: Remote host closed the connection [19:34:18] xcbt (~xcbt@bc98121.bendcable.com) joined #redis. [19:34:31] adulau (~adulau@ka.quuxlabs.com) left irc: Ping timeout: 240 seconds [19:42:11] adulau (~adulau@ka.quuxlabs.com) joined #redis. [19:47:47] Wombert (~Wombert@client-gate.sfa.network.cynigram.com) left irc: Quit: Wombert [19:51:32] crodas (~crodas@git.crodas.org) joined #redis. [19:52:37] crodas (~crodas@git.crodas.org) left irc: Client Quit [19:53:00] crodas (~crodas@git.crodas.org) joined #redis. [19:53:16] crodas (~crodas@git.crodas.org) left irc: Client Quit [19:53:59] crodas (~crodas@git.crodas.org) joined #redis. [20:00:59] lux___ (~lux@ppp-85-28.25-151.libero.it) joined #redis. [20:01:19] lux___ (~lux@ppp-85-28.25-151.libero.it) left irc: Remote host closed the connection [20:12:19] kenperkins (~textual@50-47-18-37.evrt.wa.frontiernet.net) joined #redis. [20:15:21] senderista (~senderist@c-50-135-89-122.hsd1.wa.comcast.net) joined #redis. [20:21:08] lux___ (~lux@ppp-85-28.25-151.libero.it) joined #redis. [20:43:14] lux___ (~lux@ppp-85-28.25-151.libero.it) left irc: Quit: This computer has gone to sleep [21:04:27] adulau (~adulau@ka.quuxlabs.com) left irc: Remote host closed the connection [21:09:46] adulau (~adulau@ka.quuxlabs.com) joined #redis. [21:16:06] adulau (~adulau@ka.quuxlabs.com) left irc: Ping timeout: 260 seconds [21:17:59] adulau (~adulau@ka.quuxlabs.com) joined #redis. [21:22:19] xcbt (~xcbt@bc98121.bendcable.com) left irc: Remote host closed the connection [21:34:23] xcbt (~xcbt@bc98121.bendcable.com) joined #redis. [21:45:34] xcbt (~xcbt@bc98121.bendcable.com) left irc: Remote host closed the connection [21:49:31] TheArmenian (~thearmeni@208.80.71.123) joined #redis. [21:56:47] dlundy (~dlundy@85.17.5.24) left irc: Quit: leaving [21:57:18] dlundy (~dlundy@184-106-247-101.static.cloud-ips.com) joined #redis. [21:59:50] TheArmenian (~thearmeni@208.80.71.123) left irc: Quit: Colloquy for iPad - http://colloquy.mobi [22:04:59] AmirBehzad (~behzad@93.110.1.195) joined #redis. [22:12:14] xcbt (~xcbt@bc98121.bendcable.com) joined #redis. [22:12:42] adulau (~adulau@ka.quuxlabs.com) left irc: Ping timeout: 260 seconds [22:13:29] adulau (~adulau@ka.quuxlabs.com) joined #redis. [22:15:28] AmirBehzad (~behzad@93.110.1.195) left irc: Remote host closed the connection [22:16:00] AmirBehzad (~behzad@93.110.1.195) joined #redis. [22:16:09] xcbt (~xcbt@bc98121.bendcable.com) left irc: Remote host closed the connection [22:28:43] ambroff (~ambroff@c-24-4-207-161.hsd1.ca.comcast.net) joined #redis. [22:30:38] xjiujiu (~quassel@218.77.14.195) left irc: Read error: Connection reset by peer [22:33:20] cinemascop89 (~yo@r190-134-40-20.dialup.adsl.anteldata.net.uy) left #redis. [22:57:30] Wombert (~Wombert@client-gate.sfa.network.cynigram.com) joined #redis. [23:14:31] kenperkins (~textual@50-47-18-37.evrt.wa.frontiernet.net) left irc: Quit: Computer has gone to sleep. [23:17:56] adulau (~adulau@ka.quuxlabs.com) left irc: Ping timeout: 248 seconds [23:18:35] senderista (~senderist@c-50-135-89-122.hsd1.wa.comcast.net) left irc: Quit: senderista [23:21:29] Tuxist (~quassel@dslb-092-077-014-198.pools.arcor-ip.net) joined #redis. [23:21:36] xcbt (~xcbt@bc98121.bendcable.com) joined #redis. [23:24:25] adulau (~adulau@ka.quuxlabs.com) joined #redis. [23:26:30] xcbt (~xcbt@bc98121.bendcable.com) left irc: Remote host closed the connection [23:30:29] adulau (~adulau@ka.quuxlabs.com) left irc: Ping timeout: 240 seconds [23:31:58] xcbt (~xcbt@bc98121.bendcable.com) joined #redis. [23:33:06] xjiujiu (~quassel@218.77.14.195) joined #redis. [23:34:39] xcbt (~xcbt@bc98121.bendcable.com) left irc: Remote host closed the connection [23:37:57] nu7hatch_ (~nu7hatch@r186-52-18-87.dialup.adsl.anteldata.net.uy) left irc: Quit: leaving [23:38:24] adulau (~adulau@ka.quuxlabs.com) joined #redis. [23:38:53] JulioBarros (~JulioBarr@c-69-181-208-21.hsd1.ca.comcast.net) left irc: Quit: JulioBarros [23:43:05] adulau (~adulau@ka.quuxlabs.com) left irc: Ping timeout: 252 seconds [23:55:10] adulau (~adulau@ka.quuxlabs.com) joined #redis. [00:00:00] --- Mon Jan 2 2012