10:20:24 GMT I'm writing a module. Is there a way of getting called back by Redis when a module is unloaded? Something similar to RedisModule_OnLoad but on unload. 10:42:10 GMT sklivvz: you could hack it with a __attribute__((destructor)) function 11:54:52 GMT eek, I'll just submit a pull request for it 13:27:22 GMT Hello. Is it possible to implement a fifo queue for strings with redis? 13:28:42 GMT https://redis.io/commands/lpush ? 13:29:48 GMT maybe 14:17:31 GMT hey people, what's the DSN format for Redis? 14:17:55 GMT the what? 14:20:25 GMT Meh, i'm being stupid 14:25:48 GMT if you say so ... 19:39:40 GMT Is there any LUA vs Multi/Transaction performance benchmark out there? 19:40:35 GMT Would you use Lua script over 2-3 command Multi when Redis DB is in local machine and you connect over unix socket? 19:42:33 GMT Anyone has experience using Redis Lua in production?