Redis Loadable Modules System
antirez.com
Redis Loadable Modules System
1–10 of 62 posts
Re: Redis Loadable Modules System
#2Re: Redis Loadable Modules System
#3Are there plans for that? It's probably possible to do most of that with this module system but you'd have to serialize the data structure into a string and "type X" wouldn't return your custom data structure type.
Re: Redis Loadable Modules System
#4This is great to see. Instead of cluttering up the core engine with junk people can mix in their own functionality.
Re: Redis Loadable Modules System
#5Re: Redis Loadable Modules System
#6This looks interesting. I've only glanced at the docs, but it looks like this module system lets you define new commands but not necessarily new data structures (since you'd have to implement RDB/AOF serialization for those). Are there plans for that? It's probably possible to do most of that with this module system but you'd have to serialize the data structure into a string and "type X" wouldn't return your custom…
Re: Redis Loadable Modules System
#7This looks interesting. I've only glanced at the docs, but it looks like this module system lets you define new commands but not necessarily new data structures (since you'd have to implement RDB/AOF serialization for those). Are there plans for that? It's probably possible to do most of that with this module system but you'd have to serialize the data structure into a string and "type X" wouldn't return your custom…
Re: Redis Loadable Modules System
#8block. The word wrapping is wrong on input! Individual paragraphs are groups of individual lines and extra long lines that the browser wraps for you. So you end up with lines in the middle of paragraphs that only have one or two words.Net result is it's very hard to read.
I tried Safari's reader mode, but that was even worse. Because all formatting comes from happenstance in the
tag reader mode loses all formatting. The entire article (and code!) becomes one long block of text.I'm continually amazed at people's attempts to reinvent text layout in the browser.
Re: Redis Loadable Modules System
#9Re: Redis Loadable Modules System
#10they also announced a couple of "hubs" for hosting/discovering these plugins, plus a vetted one by redislabs