Dvir Volk
Dvir Volk
I just didn't get to updating it. I should actually automate that. The antirez version is always the most up to date.
(keeping this issue open so I'll remember)
From the Makefile: ``` CFLAGS = -I$(RM_INCLUDE_DIR) -g -fPIC -lc -lm -O0 -std=gnu99 ``` I'm guessing changing `-O0` to `-O2` or 3 will improve things a bit.
@itamarhaber I'm jet lagged and tired, so... :)
HashGet and HashSet can certainly work, but they'll probably work slower than a native hashtable implementation. do you need this persistent or ephemeral for the context of the query? In...
khash is weird, but once you get a hang of it, it's really simple. you can life the code from my module. I'm using it to group the same word...
@marcosnils thanks! I'm thinking that if you add this to jedis, the API will be, instead of `LuaScript s = LuaScript.fromResource("lua/simple.lua", "redis://localhost:6379");` - just `LuaScript s = myJedis.loadScript("lua/simple.lua);`
Sure thing! thanks
Just updating - I've been busy preparing for RedisConf. I'll probably get back to this after I return from the conference. Will any of you attend BTW?
too bad :) do keep an eye out for the announcements, cool things coming!