Pika is a persistent huge storage service , compatible with the vast majority of redis interfaces (details), including string, hash, list, zset, set and management interfaces. With the huge amount of data stored, redis may suffer for a capacity bottleneck, and pika was born for solving it. Except huge storage capacity, pika also support master-slave mode by slaveof command, including full and partial synchronization.
[Enhancement] Replace grunt tasks with a bundler
-
@justmeow Some desire, yes.
We experimented with webpack initially, but it was never fully rolled out. It is part of our v2 plans, of which we are still in the planning stage of
Grunt itself is just used for the watcher, do you mean
./nodebb build
? Our hand-rolled bundler?Part of us dragging our heels on that one is a sense of it not being broken, so there's no need to fix, heh.
-
@julian said in [Enhancement] Replace grunt tasks with a bundler:
Part of us dragging our heels on that one is a sense of it not being broken, so there's no need to fix, heh.
There is a certain wisdom there, too oft reserved for unix grey beards... Heh....
-
@julian yup, was thinking of the builder + all the custom build tasks. It may not seem broken if you have experience with it and used it for so long. But it can be discouraging for anyone new that wants to help contribute, not just code, but architecture, CI..etc. Since it's being worked on for v2, not going into the why I think it should go in that direction
Where are y'all posting updates for v2? I checked the repo projects tab + road map (last update in 2018, probably deprecated)