01:20:03 GMT does anybody know if i can exclude a certain pattern with psubscribe? for instance if i want to subscribe to abc:* but exclude abc:123 01:20:36 GMT like does ! work at all for excluding? 10:19:38 GMT bkh: not easily possible 10:19:42 GMT ! is not for excluding 10:19:49 GMT [^abc] would exclude character a or b or c 10:20:02 GMT but you can't exclude multiple chars at once. the pattern matching is really simple 17:36:46 GMT was ess ich denn heute? 17:48:46 GMT oops :D 20:12:28 GMT If I do a `SHUTDOWN SAVE` will it NOT fork? Will it NOT use any more memory while saving? 20:13:22 GMT I'm afraid I'm in a situation where the current server doesn't have enough memory to do a background save of the data that's in redis (since it doubles the RAM usage while saving). I'm going to upgrade it with more memory but I'll need to save the data off once before I shutdown the server.