It is tricky to remove loading at startup as there are also people
that disable persistence but then persist issuing manual BGSAVE and
want the server to re-read the data on startup.
Probably the best we can do is to add a new configuration option to
don't load data at startup, so for the behavior you expect you just
disable persistence at all, and enable the option to start without
loading.
Sounds reasonable?
Cheers,
Salvatore
> --
> You received this message because you are subscribed to the Google Groups
> "Redis DB" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
redis-db+u...@googlegroups.com.
> To post to this group, send email to
redi...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/redis-db.
> For more options, visit
https://groups.google.com/groups/opt_out.
--
Salvatore 'antirez' Sanfilippo
open source developer - GoPivotal
http://invece.org
We suspect that trading off implementation flexibility for
understandability makes sense for most system designs.
— Diego Ongaro and John Ousterhout (from Raft paper)