Since Redis is BSD licensed I wouldn't be surprised if this is the start of popular paid-for proprietary third party modules.
Redis Loadable Modules System
21–30 of 62 posts
Re: Redis Loadable Modules System
#22I'm hoping there's an easy way to turn this off for the foreseeable future, to avoid all the obvious security holes this is likely to introduce.
Re: Redis Loadable Modules System
#23Earlier quoted context omitted.
It's not the constant interruptions (headphones do a good job of dealing with that), its the lack of internet access that is the showstopper - I don't have all the APIs + docs in my head.
Use https://kapeli.com/dash on Mac or the open source equivalents on other platforms.
Re: Redis Loadable Modules System
#24Since Redis is BSD licensed I wouldn't be surprised if this is the start of popular paid-for proprietary third party modules.
Even if redis was GPL licensed you still could do that. Linux is GPL and there is proprietary driver modules.
Re: Redis Loadable Modules System
#25I'm hoping there's an easy way to turn this off for the foreseeable future, to avoid all the obvious security holes this is likely to introduce.
You don't have to use it, and you should not use modules you don't trust.
Re: Redis Loadable Modules System
#26This 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…
Definitely plans to register new data types with serialize/deserialize callbacks! Thanks.
Re: Redis Loadable Modules System
#27Re: Redis Loadable Modules System
#28How people can code on airplanes amazes me. I have tried but the cramped space, the constant interruptions.. I never get much done.
I love coding in public spaces. Life acts as a very good white noise
Re: Redis Loadable Modules System
#29I bet a package manager will follow it. redis install moduleX and then we'll have lib and target dependencies.
Re: Redis Loadable Modules System
#30@antirez, is Redis 4.0 going to be part of the more rapid release schedule (will we see it in 3, 6 months) or are major upgrades still annual releases (we'll see 4.0 in 12 months)?