Setting the lifetime in the connection settings as so:
this.memcacheClient = new memcacheClient({ server: { server: connectStr, maxConnections: 150 }, lifetime: 0 })
or
this.memcacheClient.set(key, digest, { lifetime: 0, noreply: true });
seems to have no effect.