On Sat, 29 Jul 2017 22:23:39 +0200 ludo@gnu.org (Ludovic Courtès) wrote: > Christopher Baines skribis: > > > * gnu/services/databases.scm (memcached-service-type, > > %memcached-accounts): New variables. > > (): New record type. > > (memcached-service-type): New procedures. > > * gnu/tests/databases.scm: New file. > > * doc/guix.texi (Database Services): Document the new memcached > > service. > > * gnu/local.mk (GNU_SYSTEM_MODULES): Add entry for > > tests/memcached.scm. > > [...] > > > +@defvr {Scheme Variable} memcached-service-type > > +This is the service type for the @uref{https://memcached.org/, > > Memcached} +service, which provides a distributed in memory cache. > > The value for the service type is a @code{memcached-configuration} > > object. > > Please wrap lines to 80 chars and leave two spaces after an > end-of-sentence period. :-) > > > +@item @code{interfaces} (default: @code{'("0.0.0.0")}) > > If that’s what upstream does, fine with me. > > LGTM, thanks! I've fixed the formatting in the docs, fixed one mistake in the commit message and pushed. Thanks for your review :)