View Source NebulexRedisAdapter.BootstrapServer (NebulexRedisAdapter v2.4.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.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

start_link(adapter_meta)

View Source