View Source NebulexRedisAdapter.BootstrapServer (NebulexRedisAdapter v2.3.0)

This server takes care of initialization and cleanup jobs. For example, attaching the stats handler when the cache starts and detaching it when it terminates.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

start_link(adapter_meta)

View Source