[00:13:27] xcbt (~xcbt@bc98121.bendcable.com) joined #redis. [00:14:55] rittyan (~rittyan@176.14.223.175) left irc: Remote host closed the connection [00:17:40] mwhooker (~mwhooker@c-69-181-192-164.hsd1.ca.comcast.net) joined #redis. [00:18:46] xcbt (~xcbt@bc98121.bendcable.com) left irc: Remote host closed the connection [01:10:36] nu7hatch (~cubox@r186-48-206-35.dialup.adsl.anteldata.net.uy) left irc: Quit: nu7hatch [01:20:42] thehodge (~thehodge@cpc5-seac20-2-0-cust310.7-2.cable.virginmedia.com) joined #redis. [01:21:59] nixer1102 (~nixer1102@99-191-142-0.lightspeed.irvnca.sbcglobal.net) left irc: Quit: Computer has gone to sleep. [01:51:43] jrydberg_ (~jrydberg@c-2c08e253.1137-1-64736c10.cust.bredbandsbolaget.se) left irc: Quit: This computer has gone to sleep [01:55:53] daniel_karlsson (~kardan@c83-254-118-140.bredband.comhem.se) left irc: Quit: daniel_karlsson [01:59:29] muhqu (~Adium@port-4816.pppoe.wtnet.de) joined #redis. [02:02:01] d0k (~d0k@p50921E4C.dip.t-dialin.net) joined #redis. [02:08:37] muhqu (~Adium@port-4816.pppoe.wtnet.de) left irc: Quit: Leaving. [02:32:22] mendel_ (~mendel_@a83-160-51-208.adsl.xs4all.nl) joined #redis. [02:33:30] lux___ (~lux@ppp-86-62.25-151.libero.it) joined #redis. [02:41:57] Jrz (~jrz@d152222.upc-d.chello.nl) joined #redis. [02:45:17] mwhooker (~mwhooker@c-69-181-192-164.hsd1.ca.comcast.net) left irc: Quit: mwhooker [02:49:25] Kosma (kosma@host-6-66.internetunion.pl) joined #redis. [02:52:36] perezd (~derek@99-105-56-161.lightspeed.sntcca.sbcglobal.net) left irc: Quit: perezd [03:09:00] thehodge (~thehodge@cpc5-seac20-2-0-cust310.7-2.cable.virginmedia.com) left irc: Remote host closed the connection [03:09:24] thehodge (~thehodge@cpc5-seac20-2-0-cust310.7-2.cable.virginmedia.com) joined #redis. [03:13:58] thehodge (~thehodge@cpc5-seac20-2-0-cust310.7-2.cable.virginmedia.com) left irc: Ping timeout: 255 seconds [03:20:19] mendel__ (~mendel_@a83-160-51-208.adsl.xs4all.nl) joined #redis. [03:20:19] mendel_ (~mendel_@a83-160-51-208.adsl.xs4all.nl) left irc: Read error: Connection reset by peer [03:20:19] Nick change: mendel__ -> mendel_ [03:22:01] luckyruby (~luckyruby@125-187.96-97.tampabay.res.rr.com) left irc: Remote host closed the connection [03:29:11] Brend (~brend@218-162-108-181.dynamic.hinet.net) left irc: Quit: Going home [03:38:01] daniel_karlsson (~kardan@c83-254-118-140.bredband.comhem.se) joined #redis. [03:41:23] h0bbit (~vedang@121.243.225.226) joined #redis. [03:52:48] h0bbit (~vedang@121.243.225.226) left irc: Read error: Connection reset by peer [03:54:17] lux___ (~lux@ppp-86-62.25-151.libero.it) left irc: Ping timeout: 240 seconds [03:54:38] h0bbit (~vedang@121.243.225.226) joined #redis. [03:55:48] nicholasf (~nicholasf@ppp196-159.static.internode.on.net) left irc: Remote host closed the connection [04:00:59] Jrz (~jrz@d152222.upc-d.chello.nl) left irc: Quit: Computer has gone to sleep. [04:17:52] h0bbit (~vedang@121.243.225.226) left irc: Read error: Connection reset by peer [04:18:22] h0bbit (~vedang@121.243.225.226) joined #redis. [04:18:48] h0bbit (~vedang@121.243.225.226) left irc: Read error: Connection reset by peer [04:35:30] h0bbit (~vedang@121.243.225.226) joined #redis. [04:43:51] S2kx (~S1kx@ip-95-223-80-198.unitymediagroup.de) joined #redis. [04:45:53] S1kx (~S1kx@pdpc/supporter/monthlybyte/s1kx) left irc: Ping timeout: 240 seconds [04:50:50] wmage (~wmage@nat-88-212-40-142.antik.sk) joined #redis. [05:05:06] agentzh (~agentz@nginx/adept/agentzh) joined #redis. [05:07:08] muhqu (~Adium@port-4816.pppoe.wtnet.de) joined #redis. [05:12:40] rittyan (~rittyan@176.14.223.175) joined #redis. [05:16:15] soveran (~soveran@186.19.214.247) joined #redis. [06:02:46] JeremyWei (~textual@112.85.156.33) joined #redis. [06:03:45] muhqu (~Adium@port-4816.pppoe.wtnet.de) left irc: Quit: Leaving. [06:05:53] lux___ (~lux@ppp-57-74.25-151.libero.it) joined #redis. [06:07:26] JeremyWei (~textual@112.85.156.33) left irc: Client Quit [06:08:18] thehodge (~thehodge@2001:470:1f09:13a3:61ed:8c7b:a984:bb5f) joined #redis. [06:16:09] JeremyWei (~textual@112.85.156.33) joined #redis. [06:36:00] Ambis (ambis@kapsi.fi) joined #redis. [06:36:03] Hey guys! [06:36:13] Kosma (kosma@host-6-66.internetunion.pl) left irc: Quit: :] [06:36:21] When I have master&slave, how bad is it if I run a DEL to both at the same time? [06:36:28] Might there be any problems? [06:36:53] while implementing this, I basically have to delete from both slave and master, because the read right after the delete() reads the key from the slave still https://github.com/doctrine/common/blob/master/lib/Doctrine/Common/Cache/Cache.php [06:50:17] Jrz (~jrz@d152222.upc-d.chello.nl) joined #redis. [06:52:14] lux___ (~lux@ppp-57-74.25-151.libero.it) left irc: Quit: This computer has gone to sleep [06:55:06] rurufufuss (~rurufufus@115-64-27-246.static.tpgi.com.au) joined #redis. [06:59:54] jrydberg_ (~jrydberg@c-2c08e253.1137-1-64736c10.cust.bredbandsbolaget.se) joined #redis. [07:02:10] rittyan (~rittyan@176.14.223.175) left irc: Remote host closed the connection [07:04:20] NetRoY (~NetRoY@122.167.226.246) joined #redis. [07:05:14] daniel_karlsson (~kardan@c83-254-118-140.bredband.comhem.se) left irc: Quit: daniel_karlsson [07:19:19] soveran (~soveran@186.19.214.247) left irc: Remote host closed the connection [07:21:45] lux___ (~lux@ppp-57-74.25-151.libero.it) joined #redis. [07:22:08] jrydberg_ (~jrydberg@c-2c08e253.1137-1-64736c10.cust.bredbandsbolaget.se) left irc: Ping timeout: 240 seconds [07:30:10] agentzh (~agentz@nginx/adept/agentzh) left irc: Quit: Leaving. [07:37:11] cdepue (~cdepue@200.117.80.85) joined #redis. [07:44:11] Kosma (kosma@host-6-66.internetunion.pl) joined #redis. [07:56:06] jtsnow (~jtsnow@75-169-84-216.slkc.qwest.net) joined #redis. [07:59:35] jtsnow (~jtsnow@75-169-84-216.slkc.qwest.net) left irc: Client Quit [08:10:15] thehodge (~thehodge@2001:470:1f09:13a3:61ed:8c7b:a984:bb5f) left irc: Remote host closed the connection [08:12:26] lux___ (~lux@ppp-57-74.25-151.libero.it) left irc: Read error: Connection reset by peer [08:14:47] lux___ (~lux@ppp-161-16.25-151.libero.it) joined #redis. [08:16:45] h0bbit (~vedang@121.243.225.226) left irc: Read error: Connection reset by peer [08:17:13] lux_ (~lux@151.25.141.255) joined #redis. [08:17:21] h0bbit (~vedang@121.243.225.226) joined #redis. [08:17:31] lux___ (~lux@ppp-161-16.25-151.libero.it) left irc: Read error: Connection reset by peer [08:17:40] Nick change: lux_ -> Guest12430 [08:21:37] Guest12430 (~lux@151.25.141.255) left irc: Ping timeout: 252 seconds [08:21:49] h0bbit (~vedang@121.243.225.226) left irc: Ping timeout: 244 seconds [08:28:32] JeremyWei (~textual@112.85.156.33) left irc: Quit: Textual IRC Client: http://www.textualapp.com/ [08:33:31] cdepue (~cdepue@200.117.80.85) left irc: Remote host closed the connection [08:33:34] lux___ (~lux@ppp-44-69.25-151.libero.it) joined #redis. [08:41:07] lux___ (~lux@ppp-44-69.25-151.libero.it) left irc: Ping timeout: 255 seconds [08:41:24] Geshpacky (~textual@p5B390E43.dip0.t-ipconnect.de) joined #redis. [08:42:09] lux___ (~lux@ppp-225-146.25-151.libero.it) joined #redis. [08:56:09] io_syl (~io_syl@adsl-69-105-118-125.dsl.pltn13.pacbell.net) joined #redis. [08:56:09] io_syl (~io_syl@adsl-69-105-118-125.dsl.pltn13.pacbell.net) left irc: Changing host [08:56:09] io_syl (~io_syl@unaffiliated/steph021) joined #redis. [09:09:07] brianseeders (~BS@108-216-88-132.lightspeed.bcvloh.sbcglobal.net) joined #redis. [09:11:47] _numbers (~xxxxxx@unaffiliated/numbers/x-253875) joined #redis. [09:11:54] <_numbers> what is the best redis gui in linux [09:14:42] _numbers: what are you looking for in a gui? [09:14:51] I just redis-cli... [09:15:00] <_numbers> i want to browse existing data [09:16:18] <_numbers> how do i list lists/sets/hashes ? [09:16:28] you don't like using redis-cli? [09:16:32] <_numbers> im trying it now [09:16:39] <_numbers> but i don't know the commands yet [09:16:54] http://redis.io/commands/keys [09:17:00] then backing up: http://redis.io/commands [09:27:23] Kosma (kosma@host-6-66.internetunion.pl) left irc: Quit: :] [09:28:32] cdepue (~cdepue@200.117.80.85) joined #redis. [09:30:25] <_numbers> get "resque:queues" (error) ERR Operation against a key holding the wrong kind of value [09:30:30] <_numbers> how do i tell what kind of value it is [09:31:30] <_numbers> DEBUG OBJECT resque:queues Value at:0xc120c78 refcount:1 encoding:hashtable serializedlength:44 lru:241860 lru_seconds_idle:320 [09:40:14] NewbieVery (181729a9@gateway/web/freenode/ip.24.23.41.169) joined #redis. [09:53:23] ccxCZ (~ccxCZ@new.webprojekty.cz) left irc: Remote host closed the connection [09:54:40] lux___ (~lux@ppp-225-146.25-151.libero.it) left irc: Quit: This computer has gone to sleep [09:59:57] Geshpacky (~textual@p5B390E43.dip0.t-ipconnect.de) left irc: Quit: Textual IRC Client: http://www.textualapp.com/ [10:07:29] merlin83 (~merlin83@unaffiliated/merlin83) left irc: Ping timeout: 240 seconds [10:08:13] oops sorry [10:10:47] <_numbers> i installed redix and it works better for me [10:12:23] resque:queues is a set [10:12:30] smembers resque:Olympics:queues [10:13:09] type resque:queues [10:13:24] redis 127.0.0.1:6379> type resque:queues [10:13:24] set [10:13:34] <_numbers> ah i c [10:16:04] douggdev (~douggdev@cpe-024-074-163-079.carolina.res.rr.com) joined #redis. [10:16:22] douggdev (~douggdev@cpe-024-074-163-079.carolina.res.rr.com) left irc: Client Quit [10:25:47] mytrile (~mytrile@77.70.29.148) joined #redis. [10:27:39] jtsnow (~jtsnow@75-169-84-216.slkc.qwest.net) joined #redis. [10:28:15] jrydberg_ (~jrydberg@c-2c08e253.1137-1-64736c10.cust.bredbandsbolaget.se) joined #redis. [10:32:56] jonesy (~jonesy@pool-173-71-115-162.cmdnnj.fios.verizon.net) joined #redis. [10:34:56] jonesy (~jonesy@pool-173-71-115-162.cmdnnj.fios.verizon.net) left irc: Client Quit [10:38:35] jtsnow (~jtsnow@75-169-84-216.slkc.qwest.net) left irc: Quit: jtsnow [10:42:49] mytrile (~mytrile@77.70.29.148) left irc: Quit: Colloquy for iPhone - http://colloquy.mobi [10:43:39] pharkmillups (~markphill@c-98-234-235-225.hsd1.ca.comcast.net) joined #redis. [10:49:07] Kosma (kosma@host-6-66.internetunion.pl) joined #redis. [10:49:20] NetRoY (~NetRoY@122.167.226.246) left irc: Quit: NetRoY [10:53:26] :split-vertical [11:00:53] h0bbit (~vedang@59.95.22.51) joined #redis. [11:04:47] cdepue (~cdepue@200.117.80.85) left irc: Ping timeout: 240 seconds [11:05:10] ceej (~anonymous@cpe-72-190-40-203.tx.res.rr.com) joined #redis. [11:07:49] fmeyer (~fmeyer@186.220.10.39) joined #redis. [11:08:10] cdepue (~cdepue@host18.190-139-29.telecom.net.ar) joined #redis. [11:13:48] mjr_ (~mjr@cpe-66-91-117-138.hawaii.res.rr.com) left irc: Quit: mjr_ [11:14:13] cdepue (~cdepue@host18.190-139-29.telecom.net.ar) left irc: Read error: Connection reset by peer [11:14:37] nopz___ (~nopz___@8.14.117.35) joined #redis. [11:14:38] cdepue (~cdepue@host18.190-139-29.telecom.net.ar) joined #redis. [11:14:39] Hi [11:15:15] I have a key storing a Hash. Each key of this Hash is a counter. [11:15:34] Is there a way to order those values redis-side ? [11:15:51] What i want is the highest keys first [11:16:17] nopz___: I don't think there is [11:16:34] ank (~ank@c-67-172-16-188.hsd1.pa.comcast.net) left irc: Quit: ank [11:16:36] That's what i tough [11:16:44] nopz___: you should use a sorted set and use the score value to store your counter [11:16:53] Each key is in fact a video id with a view counter [11:17:02] nopz___: I see [11:17:14] what I want is to display most viewed videos. [11:17:21] I'll look at sorted then. [11:18:28] fmeyer (~fmeyer@186.220.10.39) left irc: Remote host closed the connection [11:18:47] ZINCRBY [11:18:48] cool [11:18:53] nopz___: yeah :) [11:19:21] Actually i use hincrby [11:19:36] perfect change i think [11:19:44] mendel_ (~mendel_@a83-160-51-208.adsl.xs4all.nl) left irc: Quit: mendel_ [11:32:10] cdepue_ (~cdepue@host18.190-139-29.telecom.net.ar) joined #redis. [11:32:22] cdepue (~cdepue@host18.190-139-29.telecom.net.ar) left irc: Read error: No route to host [11:34:29] nopz___: yep, sorted sets are amazingly good for this [11:34:57] Yeah [11:35:06] looking at a replacement for hmget [11:35:29] d0k (~d0k@p50921E4C.dip.t-dialin.net) left irc: Read error: Connection reset by peer [11:35:47] d0k (~d0k@p50921E4C.dip.t-dialin.net) joined #redis. [11:38:56] Nick change: S2kx -> S1kx [11:39:18] Is there something like z[ACTION] myfrozenSet [members] [11:39:35] as with hmget [11:40:41] more a zmscore [11:41:07] There is: http://redis.io/commands/zscore [11:41:33] looks like there is no zmscore [11:41:39] Yeah [11:41:57] So if I have to query the score of n [members] i'll have to call zscore n times, no other solutions [11:41:59] actually, I wonder whether Antirez is going to break some backward compatibility and make all commands multi-argument [11:42:12] Can be cool [11:42:12] maybe in 3.0 ;) [11:42:19] _numbers (~xxxxxx@unaffiliated/numbers/x-253875) left #redis. [11:42:32] well, you can use a pipeline, it will be somewhat faster [11:42:33] it's O(1) so it's ok [11:42:40] pipeline ? [11:42:45] MULTI/EXEC [11:42:52] ho [11:42:55] jrydberg_ (~jrydberg@c-2c08e253.1137-1-64736c10.cust.bredbandsbolaget.se) left irc: Quit: This computer has gone to sleep [11:43:04] I'm using redis-py [11:43:26] cdepue_ (~cdepue@host18.190-139-29.telecom.net.ar) left irc: Ping timeout: 252 seconds [11:43:59] yep, then use a pipeline object [11:44:17] cdepue (~cdepue@200.117.90.63) joined #redis. [11:44:22] will try [11:45:07] conn = redis.Redis(); p = conn.pipeline(); result = p.zscore('foo').zscore('bar').zscore('baz').execute() [11:46:09] insin (~insin@host31-53-248-180.range31-53.btcentralplus.com) joined #redis. [11:46:37] hum cool :) [11:52:12] it still executes all the commands but at least you save on network connection overhead, since the entire request/response is sent as one big blob [11:52:33] Yeah that's good :) [11:56:29] Good all is working thank you guys :) [12:01:30] arek_deepinit (~arek@195.189.91.22) joined #redis. [12:04:02] napperjabber (~napperjab@108.sub-174-255-36.myvzw.com) joined #redis. [12:04:29] rurufufuss (~rurufufus@115-64-27-246.static.tpgi.com.au) left irc: Remote host closed the connection [12:05:55] Hey all, I'm having some trouble finding docs on running redis as a daemon. I've also have relayed on aptitude to set up my run scripts in init.d/app. I've created daemons in python, but never bash. [12:06:09] Can someone point me to the docs on running redis? [12:07:08] running from bash, that is. I can't seem to locate the bin folder after running make. ( I'd like to avoid running make install ) [12:08:43] napperjabber: its as easy as doing : redis-server [12:09:21] nicholasf (~nicholasf@ppp196-159.static.internode.on.net) joined #redis. [12:09:38] napperjabber: find . -name redis-server [12:10:21] also there is very nice command line client [12:11:04] its name is: redis-cli, by default redis is installed in /usr/local/ [12:11:54] merlin83 (~merlin83@unaffiliated/merlin83) joined #redis. [12:12:06] muhqu (~Adium@port-4816.pppoe.wtnet.de) joined #redis. [12:12:29] thanks arek_deepinit, xb95 [12:12:55] napperjabber: redis-cli is very usefull [12:13:06] just use help and then press [tab] [12:13:19] I'm going to dig into that now, arek_deepinit [12:14:31] fpighi (~francesco@87.83.35.162) left irc: Read error: Connection reset by peer [12:15:25] fpighi (~francesco@87.83.35.162) joined #redis. [12:15:40] wmage (~wmage@nat-88-212-40-142.antik.sk) left irc: Quit: Leaving... [12:21:03] cdepue (~cdepue@200.117.90.63) left irc: Remote host closed the connection [12:23:07] muhqu (~Adium@port-4816.pppoe.wtnet.de) left irc: Ping timeout: 240 seconds [12:25:19] wmage (~wmage@nat-88-212-40-142.antik.sk) joined #redis. [12:25:57] daniel_karlsson (~kardan@c83-254-118-140.bredband.comhem.se) joined #redis. [12:26:31] wmage (~wmage@nat-88-212-40-142.antik.sk) left irc: Client Quit [12:29:20] muhqu (~Adium@port-5956.pppoe.wtnet.de) joined #redis. [12:31:15] grampajoe (~grampa@cpe-184-57-88-36.columbus.res.rr.com) joined #redis. [12:35:39] muhqu (~Adium@port-5956.pppoe.wtnet.de) left irc: Quit: Leaving. [12:35:58] fmeyer (~fmeyer@186.220.10.39) joined #redis. [12:50:18] mendel_ (~mendel_@mail.werkteater.com) joined #redis. [12:52:46] mendel_ (~mendel_@mail.werkteater.com) left irc: Client Quit [12:53:37] perezd (~derek@99-105-56-161.lightspeed.sntcca.sbcglobal.net) joined #redis. [12:56:51] arek_deepinit (~arek@195.189.91.22) left irc: Read error: Connection reset by peer [13:12:41] cdepue (~cdepue@200.117.90.63) joined #redis. [13:14:41] rittyan (~rittyan@176.14.223.175) joined #redis. [13:15:22] cdepue (~cdepue@200.117.90.63) left irc: Remote host closed the connection [13:16:08] wam (~wam@dslb-188-105-117-025.pools.arcor-ip.net) joined #redis. [13:16:08] wam (~wam@dslb-188-105-117-025.pools.arcor-ip.net) left irc: Changing host [13:16:08] wam (~wam@unaffiliated/wam) joined #redis. [13:16:16] daniel_karlsson (~kardan@c83-254-118-140.bredband.comhem.se) left irc: Quit: daniel_karlsson [13:31:24] d0k (~d0k@p50921E4C.dip.t-dialin.net) left irc: Quit: This sleep has gone computing. [13:38:04] napperjabber (~napperjab@108.sub-174-255-36.myvzw.com) left irc: Quit: napperjabber [13:40:01] thehodge (~thehodge@cpc5-seac20-2-0-cust310.7-2.cable.virginmedia.com) joined #redis. [13:43:18] MarcelT3 (~MarcelT3@sub17.rz-zw.fh-kl.de) left irc: Read error: Connection reset by peer [13:43:53] MarcelT3 (~MarcelT3@sub17.rz-zw.fh-kl.de) joined #redis. [13:48:06] h0bbit (~vedang@59.95.22.51) left irc: Ping timeout: 248 seconds [13:57:18] fmeyer (~fmeyer@186.220.10.39) left irc: Remote host closed the connection [13:57:27] grampajoe (~grampa@cpe-184-57-88-36.columbus.res.rr.com) left irc: Ping timeout: 240 seconds [13:57:52] fmeyer (~fmeyer@186.220.10.39) joined #redis. [13:59:27] ccxCZ (~ccxCZ@new.webprojekty.cz) joined #redis. [14:06:43] mwhooker (~mwhooker@c-69-181-192-164.hsd1.ca.comcast.net) joined #redis. [14:14:25] jasonkb (d05ad723@gateway/web/freenode/ip.208.90.215.35) joined #redis. [14:18:32] _RedisBot joined #redis. [14:18:36] dlundy (~dlundy@85.17.5.24) joined #redis. [14:18:40] JoL1hAHN (~nrk@unaffiliated/jol1hahn) joined #redis. [14:18:47] balgarath_ (~quassel@208.86.215.38) joined #redis. [14:18:47] thehodge (~thehodge@cpc5-seac20-2-0-cust310.7-2.cable.virginmedia.com) joined #redis. [14:18:47] rittyan (~rittyan@176.14.223.175) joined #redis. [14:18:47] fpighi (~francesco@87.83.35.162) joined #redis. [14:18:47] insin (~insin@host31-53-248-180.range31-53.btcentralplus.com) joined #redis. [14:18:47] nopz___ (~nopz___@8.14.117.35) joined #redis. [14:18:47] reso (~reso@94.30.43.205) joined #redis. [14:18:47] shade-gw (~shade-gw@static-50-53-231-2.bvtn.or.frontiernet.net) joined #redis. [14:18:47] luckman212 (~irc@pool-108-41-8-176.nycmny.fios.verizon.net) joined #redis. [14:18:47] omarkj (u766@gateway/web/irccloud.com/x-ctcxxweotxtqepaz) joined #redis. [14:18:47] purbon (u1730@gateway/web/irccloud.com/x-jdcdtoqbdqkepmyz) joined #redis. [14:18:47] qrush (u1528@gateway/web/irccloud.com/x-lsckjdukxsflazqk) joined #redis. [14:18:47] roidrage (u1352@gateway/web/irccloud.com/x-grkwynhymgzxikss) joined #redis. [14:18:47] jacqui (u4004@gateway/web/irccloud.com/x-weaqkkpdxefybkfa) joined #redis. [14:18:47] msch (~msch@static.74.108.46.78.clients.your-server.de) joined #redis. [14:18:47] mutle (~mutle@redcursor.de) joined #redis. [14:18:47] jperras (~jperras@li245-112.members.linode.com) joined #redis. [14:18:47] sigmonsay (~cd@c-67-169-42-1.hsd1.ca.comcast.net) joined #redis. [14:18:47] Keltia (roberto@aran.keltia.net) joined #redis. [14:18:47] shawn_ (~shawn@208-78-98-92.slicehost.net) joined #redis. [14:18:52] gtuhl (~gtuhl@12.166.56.146) joined #redis. [14:18:52] wmoss|away (~wmoss@75.126.219.82-static.reverse.softlayer.com) joined #redis. [14:18:53] agile (~mike@71-86-124-96.dhcp.ftwo.tx.charter.com) joined #redis. [14:18:57] Blafasel (~darklajid@ts.webtales.4players.de) joined #redis. [14:18:58] sorensen (~beau@web126.webfaction.com) joined #redis. [14:18:59] hoodow_ (~hoodow@2001:41d0:2:b214:20::5) joined #redis. [14:18:59] _macro (~Neil@c-67-169-183-90.hsd1.ca.comcast.net) joined #redis. [14:18:59] samrat (u2534@gateway/web/irccloud.com/x-ijchdkdqnlduudyc) joined #redis. [14:18:59] Champi (Champi@rootshell.fr) joined #redis. [14:18:59] willeh (~willeh@c80-216-86-106.bredband.comhem.se) joined #redis. [14:19:01] Nick change: _RedisBot -> RedisBot [14:19:21] Hi all, I have a question about the Redis UDP interface -- is this description still of the UDP protocol up-to-date? http://code.google.com/p/redis/source/browse/wiki/UDP.wiki?r=716 [14:19:24] io_syl (~io_syl@unaffiliated/steph021) joined #redis. [14:19:24] jonathanrwallace (~jonathanr@99-11-165-168.lightspeed.tukrga.sbcglobal.net) joined #redis. [14:19:24] kppullin_ (~kppullin@wsip-98-173-13-146.oc.oc.cox.net) joined #redis. [14:19:24] bugfree (~azhang@adsl-99-63-77-95.dsl.pltn13.sbcglobal.net) joined #redis. [14:19:24] norm (~norm@ip-128-239-142-7.v4.wm.edu) joined #redis. [14:19:24] vsmatck (~smack@64-142-40-6.dsl.static.sonic.net) joined #redis. [14:19:24] zerok_ (~zerok@pdpc/supporter/active/zerok) joined #redis. [14:19:24] cxreg (count@62.f9.1243.static.theplanet.com) joined #redis. [14:19:24] d4rr3ll (~darrell@173-45-224-130.slicehost.net) joined #redis. [14:19:38] Killerguy (~Killerguy@proxy.ovh.net) joined #redis. [14:19:38] michel_v (~tofu@desav.eu) joined #redis. [14:19:38] rphillips (~rphillips@hera.xen.prgmr.com) joined #redis. [14:19:38] pharkmillups (~markphill@c-98-234-235-225.hsd1.ca.comcast.net) joined #redis. [14:19:38] ambroff_ (~ambroff@209.66.114.6) joined #redis. [14:19:38] PiotrSikora (~none@nginx/adept/piotrsikora) joined #redis. [14:19:38] lmh_ (lmh@nat/redhat/x-ygetvqftwlzfillw) joined #redis. [14:19:38] tg (~tg@irc.tgbit.net) joined #redis. [14:19:40] jacob (~otherjaco@50-57-77-98.static.cloud-ips.com) joined #redis. [14:19:49] `10` (~k@184-106-195-63.static.cloud-ips.com) joined #redis. [14:19:49] smly- (~smly-@sage.naist.jp) joined #redis. [14:19:49] patrickod (~Patrick@lysander.patrickodoherty.com) joined #redis. [14:19:49] j0sh (~josh@74.207.253.163) joined #redis. [14:19:49] merlin83 (~merlin83@unaffiliated/merlin83) joined #redis. [14:19:49] ryah (~ry@tinyclouds.org) joined #redis. [14:19:49] abki_ (~Amirouche@hyper.pilotsystems.net) joined #redis. [14:19:49] _jpb (~jpb_@ram94-11-88-187-113-157.fbx.proxad.net) joined #redis. [14:19:49] shaiguitar (~shaiguita@shairosenfeld.com) joined #redis. [14:19:49] evilhackerdude (u1451@gateway/web/irccloud.com/x-pjrrvvzdtgbjwfpa) joined #redis. [14:19:49] crodas (~crodas@git.crodas.org) joined #redis. [14:19:49] uggedal (~uggedal@li354-114.members.linode.com) joined #redis. [14:19:49] jl000 (~quassel@pool-96-244-37-67.bltmmd.fios.verizon.net) joined #redis. [14:19:49] tmm1 (~agupta@208-75-84-157.slicehost.net) joined #redis. [14:19:49] crash_io_ (~c@194.204.51.48) joined #redis. [14:19:49] Sembiance (~Sembiance@sapphire.telparia.com) joined #redis. [14:19:49] Caius (~Caius@about/apple/macbookpro/Caius) joined #redis. [14:19:49] lantins (~lantins@mx0.lividpenguin.com) joined #redis. [14:19:49] NodeX (~nodex@node1.nodex.co.uk) joined #redis. [14:19:49] d0ugal_ (~d0ugal@184-106-137-18.static.cloud-ips.com) joined #redis. [14:20:25] Nick change: Killerguy -> Guest85733 [14:20:33] Nick change: jacob -> Guest56256 [14:20:48] starburst (~aeufemio@ec2-174-129-88-213.compute-1.amazonaws.com) joined #redis. [14:20:48] ceej (~anonymous@cpe-72-190-40-203.tx.res.rr.com) joined #redis. [14:20:48] S1kx (~S1kx@ip-95-223-80-198.unitymediagroup.de) joined #redis. [14:20:48] iFire (~swirls@unaffiliated/ifire) joined #redis. [14:20:48] mattbillenstein (~Adium@cpe-75-84-198-75.socal.res.rr.com) joined #redis. [14:20:48] ddilinger (~guy@unaffiliated/ddilinger) joined #redis. [14:20:48] stargaming (stargaming@unaffiliated/stargaming) joined #redis. [14:20:48] wereHamster (~tomc@unaffiliated/werehamster) joined #redis. [14:20:48] lusis (~u2537@gateway/web/irccloud.com/x-zlpdddspiofeqhup) joined #redis. [14:20:48] fzzbt (~jahman@melkinpaasi.cs.helsinki.fi) joined #redis. [14:20:48] leifkb (~leifkb@defiant.ecritters.biz) joined #redis. [14:20:48] bakkdoor_ (~bakkdoor@s15229144.onlinehome-server.info) joined #redis. [14:20:48] tim_smart (~tim@fostle.xen.prgmr.com) joined #redis. [14:20:48] s0enke (~soenke@naturalborngrillers.org) joined #redis. [14:20:48] Chinorro (~chino@62.82.228.34.static.user.ono.com) joined #redis. [14:20:48] Seldaek (~seld@intertubes.ch) joined #redis. [14:21:19] foca_ (~foca@li25-211.members.linode.com) joined #redis. [14:21:19] soulmata (~soulmata@204.13.82.202) joined #redis. [14:21:19] wam (~wam@unaffiliated/wam) joined #redis. [14:21:19] andymccurdy (~andymccur@c-67-188-242-100.hsd1.ca.comcast.net) joined #redis. [14:21:19] Wombert (~Wombert@dslb-088-066-204-163.pools.arcor-ip.net) joined #redis. [14:21:19] vr (~Vr@iliade.daycom.net) joined #redis. [14:21:19] jgraham (~jgraham@web22.webfaction.com) joined #redis. [14:23:14] xb95 (~xb95@qq.is) joined #redis. [14:23:14] ivan`` (~ivan@li125-242.members.linode.com) joined #redis. [14:23:15] xb95 (~xb95@qq.is) left irc: Changing host [14:23:15] xb95 (~xb95@dreamwidth/staff/mark) joined #redis. [14:25:18] flexd (~flexd@dev.flexd.net) joined #redis. [14:25:18] adulau (~adulau@ka.quuxlabs.com) joined #redis. [14:25:18] ec (~me@ell.io) joined #redis. [14:25:19] dg (dgl@babylon.otherwize.co.uk) joined #redis. [14:25:27] jzawodn (~jzawodn@64-142-40-3.dsl.static.sonic.net) joined #redis. [14:26:17] bytemask (~quassel@li321-193.members.linode.com) joined #redis. [14:27:22] jonesy (~jonesy@pool-173-71-115-162.cmdnnj.fios.verizon.net) joined #redis. [14:28:31] ceej (~anonymous@cpe-72-190-40-203.tx.res.rr.com) left irc: Remote host closed the connection [14:28:50] ceej (~anonymous@cpe-72-190-40-203.tx.res.rr.com) joined #redis. [14:29:38] (oops sending again after split) Hi all, I have a question about the Redis UDP interface -- is this description still of the UDP protocol up-to-date? http://code.google.com/p/redis/source/browse/wiki/UDP.wiki?r=716 [14:32:05] mwhooker (~mwhooker@c-69-181-192-164.hsd1.ca.comcast.net) left irc: Quit: mwhooker [14:32:15] PiotrSikora (~none@nginx/adept/piotrsikora) left irc: Excess Flood [14:34:08] PiotrSikora (~none@nginx/adept/piotrsikora) joined #redis. [14:47:27] Kosma (kosma@host-6-66.internetunion.pl) left irc: Quit: :] [14:49:51] wam (~wam@unaffiliated/wam) left irc: Quit: Ex-Chat [15:03:26] Giorgio (~georgi@213.167.3.141) joined #redis. [15:03:53] Giorgio (~georgi@213.167.3.141) left #redis. [15:04:32] Jrz (~jrz@d152222.upc-d.chello.nl) left irc: Quit: Computer has gone to sleep. [15:07:30] Giorgio (~georgi@213.167.3.141) joined #redis. [15:07:48] Giorgio (~georgi@213.167.3.141) left #redis ("Leaving"). [15:08:28] Jrz (~jrz@d152222.upc-d.chello.nl) joined #redis. [15:19:09] Jrz (~jrz@d152222.upc-d.chello.nl) left irc: Quit: Computer has gone to sleep. [15:25:32] stephank (~stephank@82.197.214.45) left irc: Quit: *Poof!* [15:25:43] Jrz (~jrz@d152222.upc-d.chello.nl) joined #redis. [15:26:27] mwhooker (~mwhooker@c-69-181-192-164.hsd1.ca.comcast.net) joined #redis. [15:26:46] Jrz (~jrz@d152222.upc-d.chello.nl) left irc: Client Quit [15:28:14] fmeyer (~fmeyer@186.220.10.39) left irc: Read error: Connection reset by peer [15:28:56] fmeyer (~fmeyer@186.220.10.39) joined #redis. [15:41:28] NewbieVery (181729a9@gateway/web/freenode/ip.24.23.41.169) left irc: Ping timeout: 258 seconds [15:44:53] fmeyer (~fmeyer@186.220.10.39) left irc: Quit: Leaving... [15:45:26] fmeyer (~fmeyer@186.220.10.39) joined #redis. [15:54:09] pharkmillups (~markphill@c-98-234-235-225.hsd1.ca.comcast.net) left irc: Quit: pharkmillups [15:58:42] arek_deepinit (~arek@esposa.patyk.net.pl) joined #redis. [16:00:29] lux___ (~lux@ppp-71-1.25-151.libero.it) joined #redis. [16:08:33] nopz___ (~nopz___@8.14.117.35) left irc: Quit: This computer has gone to sleep [16:14:10] Wombert (~Wombert@dslb-088-066-204-163.pools.arcor-ip.net) left irc: Quit: Wombert [16:17:32] mwhooker (~mwhooker@c-69-181-192-164.hsd1.ca.comcast.net) left irc: Quit: mwhooker [16:24:16] napperjabber (~napperjab@c-98-204-11-173.hsd1.va.comcast.net) joined #redis. [16:35:52] jtsnow (~jtsnow@75-169-84-216.slkc.qwest.net) joined #redis. [16:38:41] ceej (~anonymous@cpe-72-190-40-203.tx.res.rr.com) left irc: Quit: ceej [16:38:44] Nick change: Guest56256 -> otherjacob [16:54:14] fanjie (~fanjie@c-67-180-77-58.hsd1.ca.comcast.net) joined #redis. [17:01:25] jasonkb (d05ad723@gateway/web/freenode/ip.208.90.215.35) left irc: Quit: Page closed [17:03:58] jtsnow (~jtsnow@75-169-84-216.slkc.qwest.net) left irc: Quit: jtsnow [17:04:07] pranq (pranq@unaffiliated/contempt) joined #redis. [17:08:55] ceej (~anonymous@cpe-72-190-40-203.tx.res.rr.com) joined #redis. [17:09:24] ceej (~anonymous@cpe-72-190-40-203.tx.res.rr.com) left irc: Remote host closed the connection [17:10:26] jonesy (~jonesy@pool-173-71-115-162.cmdnnj.fios.verizon.net) left irc: Quit: Computer has gone to sleep. [17:16:08] insin (~insin@host31-53-248-180.range31-53.btcentralplus.com) left irc: Remote host closed the connection [17:20:04] hahuang65 (~hahuang65@108-93-94-165.lightspeed.frokca.sbcglobal.net) joined #redis. [17:20:08] hahuang65 (~hahuang65@108-93-94-165.lightspeed.frokca.sbcglobal.net) left irc: Client Quit [17:28:48] thehodge (~thehodge@cpc5-seac20-2-0-cust310.7-2.cable.virginmedia.com) left irc: Remote host closed the connection [17:29:13] thehodge (~thehodge@2001:470:1f09:13a3:bd41:5215:9087:7673) joined #redis. [17:37:27] jonathanrwallace (~jonathanr@99-11-165-168.lightspeed.tukrga.sbcglobal.net) left irc: Remote host closed the connection [17:53:47] napperjabber (~napperjab@c-98-204-11-173.hsd1.va.comcast.net) left irc: Quit: napperjabber [17:54:25] thehodge_ (~thehodge@2001:470:1f09:13a3:216c:5af3:b73e:fde9) joined #redis. [17:57:22] thehodge (~thehodge@2001:470:1f09:13a3:bd41:5215:9087:7673) left irc: Ping timeout: 252 seconds [18:12:30] pharkmillups (~markphill@c-98-234-235-225.hsd1.ca.comcast.net) joined #redis. [18:31:04] Wombert (~Wombert@dslb-088-066-204-163.pools.arcor-ip.net) joined #redis. [18:42:06] Nick change: wmoss|away -> wmoss [18:44:15] Nick change: NuckOff -> Nuck [18:45:42] kushal (~kdas@116.203.207.101) joined #redis. [18:45:42] kushal (~kdas@116.203.207.101) left irc: Changing host [18:45:42] kushal (~kdas@fedora/kushal) joined #redis. [18:55:15] Nick change: wmoss -> wmoss|away [18:56:25] gregpascale (~textual@70-89-112-161-Full-Gospel-Church-wa.hfc.comcastbusiness.net) joined #redis. [18:56:46] gregpascale (~textual@70-89-112-161-Full-Gospel-Church-wa.hfc.comcastbusiness.net) left irc: Client Quit [18:57:26] Wombert (~Wombert@dslb-088-066-204-163.pools.arcor-ip.net) left irc: Quit: Wombert [19:07:00] hi, I'd like for an external client to connect to redis. How do I configure security? [19:07:12] you don't [19:07:24] you have login/password in redis.conf [19:07:32] but you cannot control what client can do and what can't [19:07:36] no, haven't done this before at all [19:07:45] I can do it a couple of ways. Just wanted to ask for advice [19:07:54] The redis AUTH is insecure. Plain text over the wire. Keep that in mind. [19:07:54] I see less than one way [19:08:06] Action: nicholasf nods [19:08:25] I can either have my rails client (which pushes json into redis) connect across the network [19:08:40] or I can have it scp json and let a local cron job push it in [19:08:52] those were the two I had in mind [19:10:15] actually, a 3rd option is to let my express.js instance connect to postgres across the wire and harvest info that way [19:15:27] nicholas_ (~nicholasf@ppp196-159.static.internode.on.net) joined #redis. [19:15:32] nicholasf (~nicholasf@ppp196-159.static.internode.on.net) left irc: Read error: Connection reset by peer [19:16:25] wizonesolutions (~quassel@s.wizoneserver.com) joined #redis. [19:16:50] I'm hitting this issue: https://github.com/wayneeseguin/redis-installer/issues/3, same distro [19:17:04] Basically...Redis doesn't start when using the redis-server initscript [19:31:11] mwhooker (~mwhooker@c-69-181-192-164.hsd1.ca.comcast.net) joined #redis. [19:36:26] Nick change: nicholas_ -> nicholasf [19:40:07] mwhooker (~mwhooker@c-69-181-192-164.hsd1.ca.comcast.net) left irc: Quit: mwhooker [19:53:36] arek_deepinit (~arek@esposa.patyk.net.pl) left irc: Ping timeout: 252 seconds [19:59:57] schleppy (~Adium@ip68-4-101-145.oc.oc.cox.net) joined #redis. [20:02:54] rittyan (~rittyan@176.14.223.175) left irc: Remote host closed the connection [20:07:05] sreeix (~sreeix@122.166.231.238) joined #redis. [20:12:52] JeremyWei (~textual@112.85.156.33) joined #redis. [20:21:07] lucs (~lux@ppp-98-48.25-151.libero.it) joined #redis. [20:23:08] p1d (~p1d@dslb-088-064-144-058.pools.arcor-ip.net) left irc: Ping timeout: 240 seconds [20:23:14] lux___ (~lux@ppp-71-1.25-151.libero.it) left irc: Ping timeout: 244 seconds [20:30:04] p1d (~p1d@dslb-088-065-171-220.pools.arcor-ip.net) joined #redis. [20:36:23] schleppy (~Adium@ip68-4-101-145.oc.oc.cox.net) left irc: Quit: Leaving. [20:47:25] kushal (~kdas@fedora/kushal) left irc: Quit: Leaving [21:01:16] sreeix (~sreeix@122.166.231.238) left irc: Remote host closed the connection [21:01:33] sreeix (~sreeix@122.166.231.238) joined #redis. [21:03:32] sreeix_ (~sreeix@122.166.231.238) joined #redis. [21:05:57] sreeix (~sreeix@122.166.231.238) left irc: Ping timeout: 248 seconds [21:05:58] Nick change: sreeix_ -> sreeix [21:07:21] kushal (~kdas@116.203.216.16) joined #redis. [21:07:21] kushal (~kdas@116.203.216.16) left irc: Changing host [21:07:21] kushal (~kdas@fedora/kushal) joined #redis. [21:13:45] lux___ (~lux@ppp-8-68.25-151.libero.it) joined #redis. [21:15:01] JeremyWei (~textual@112.85.156.33) left irc: Ping timeout: 248 seconds [21:15:44] lucs (~lux@ppp-98-48.25-151.libero.it) left irc: Ping timeout: 248 seconds [21:31:09] sreeix_ (~sreeix@59.97.0.206) joined #redis. [21:33:27] sreeix (~sreeix@122.166.231.238) left irc: Ping timeout: 240 seconds [21:34:34] sreeix (~sreeix@59.97.0.206) joined #redis. [21:35:16] sreeix_ (~sreeix@59.97.0.206) left irc: Ping timeout: 240 seconds [21:39:44] sreeix_ (~sreeix@122.166.231.238) joined #redis. [21:40:53] kushal (~kdas@fedora/kushal) left irc: Ping timeout: 252 seconds [21:42:27] sreeix (~sreeix@59.97.0.206) left irc: Ping timeout: 240 seconds [21:42:27] Nick change: sreeix_ -> sreeix [21:50:05] kushal (~kdas@fedora/kushal) joined #redis. [21:52:36] sreeix (~sreeix@122.166.231.238) left irc: Quit: sreeix [21:53:43] cdepue (~cdepue@200.117.90.63) joined #redis. [21:55:29] dougx (~doug@mail.virtuosa.co.za) joined #redis. [21:56:45] brianseeders (~BS@108-216-88-132.lightspeed.bcvloh.sbcglobal.net) left irc: Ping timeout: 244 seconds [21:57:33] jrydberg_ (~jrydberg@c-2c08e253.1137-1-64736c10.cust.bredbandsbolaget.se) joined #redis. [21:57:55] cdepue (~cdepue@200.117.90.63) left irc: Ping timeout: 240 seconds [22:02:34] kushal (~kdas@fedora/kushal) left irc: Quit: Leaving [22:06:03] jrydberg_ (~jrydberg@c-2c08e253.1137-1-64736c10.cust.bredbandsbolaget.se) left irc: Quit: This computer has gone to sleep [22:14:50] mjr_ (~mjr_@204.14.156.44) joined #redis. [22:21:57] lucs (~lux@ppp-246-45.25-151.libero.it) joined #redis. [22:24:15] lux___ (~lux@ppp-8-68.25-151.libero.it) left irc: Ping timeout: 240 seconds [22:30:54] p1d (~p1d@dslb-088-065-171-220.pools.arcor-ip.net) left irc: Quit: ... [22:35:24] MiiCode2 (~buddy@S0106b8c75dca199c.ed.shawcable.net) joined #redis. [22:42:06] sreeix (~sreeix@59.97.0.206) joined #redis. [22:43:17] balgarath_ (~quassel@208.86.215.38) left irc: Read error: Connection reset by peer [22:43:21] balgarath (~quassel@208.86.215.38) joined #redis. [22:45:06] sreeix_ (~sreeix@122.166.231.238) joined #redis. [22:45:32] Nick change: Nuck -> NuckOff [22:46:24] h0bbit (~vedang@121.243.225.226) joined #redis. [22:46:39] daniel_karlsson (~kardan@c83-254-118-140.bredband.comhem.se) joined #redis. [22:47:05] MiiCode2 (~buddy@S0106b8c75dca199c.ed.shawcable.net) left irc: Remote host closed the connection [22:48:22] sreeix (~sreeix@59.97.0.206) left irc: Ping timeout: 248 seconds [22:48:22] Nick change: sreeix_ -> sreeix [22:51:20] pharkmillups (~markphill@c-98-234-235-225.hsd1.ca.comcast.net) left irc: Quit: pharkmillups [23:02:28] kushal (~kdas@fedora/kushal) joined #redis. [23:04:17] Nick change: NuckOff -> Nuck [23:19:14] sreeix_ (~sreeix@122.166.231.238) joined #redis. [23:21:08] sreeix (~sreeix@122.166.231.238) left irc: Ping timeout: 252 seconds [23:21:08] NetRoY (~NetRoY@122.167.226.246) joined #redis. [23:21:08] Nick change: sreeix_ -> sreeix [23:27:42] muhqu (~Adium@p5DC4338A.dip.t-dialin.net) joined #redis. [23:33:58] wmage (~wmage@nat-88-212-40-142.antik.sk) joined #redis. [23:54:03] wam (~wam@unaffiliated/wam) joined #redis. [00:00:00] --- Mon Dec 12 2011