I'm creating a log parser for yellowpages.ca with Redis.
oh, interesting. I wanted to use redis for log-parsing, but was scared by the prospect of keeping everything in ram. Ended up using mongodb instead, but I'd be interested to hear how you get on with redis.
That said, Redis 2.x supports virtual memory so it's less of a problem for a longer-term data-store.