dot empty

// Copyright (C) 2018 rameshvk. All rights reserved. // Use of this source code is governed by a MIT-style license // that can be found in the LICENSE file. package changes // Nil represents an empty value. It can be used with Replace or // Splice to i
  • Views: 3
  • Keywords: dot,

redis RELEASING

# Releasing 1. Run `release.sh` script which updates versions in go.mod files and pushes a new branch to GitHub: ```shell TAG=v1.0.0 ./scripts/release.sh ``` 2. Open a pull request and wait for the build to finish. 3. Merge the pull request and run `
  • Views: 3
  • Keywords: redis,

NATS tls_cert_cn_routes

cluster { tls { cert_file = "./configs/certs/tlsauth/server.pem" key_file = "./configs/certs/tlsauth/server-key.pem" ca_file = "./configs/certs/tlsauth/ca.pem" verify_and_map = true timeout = 2 } permissions { publish {
  • Views: 3
  • Keywords: NATS,

NATS client c

-----BEGIN CERTIFICATE----- MIIDZTCCAk2gAwIBAgIUbM5eMdzKfamh0SDEqztq73kUDmIwDQYJKoZIhvcNAQEL BQAwEjEQMA4GA1UEAwwHTkFUUyBDQTAeFw0yMjA5MDcyMDAzMjJaFw0yNDA5MDYy MDAzMjJaMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECAwCQ0ExFDASBgNVBAcMC0xv cyBBbmdlbGVzMQ0wCwYDVQQKDAROQVR
  • Views: 4
  • Keywords: NATS,

NATS new_cluster

# New Cluster config file listen: 127.0.0.1:5343 cluster { listen: 127.0.0.1:5344 name: xyz # Routes are actively solicited and connected to from this server. # Other servers can connect to us if they supply the correct credentials # in thei

NATS tls_bad_curve_prefs

# Simple TLS config file listen: 127.0.0.1:4443 tls { cert_file: "./configs/certs/server.pem" key_file: "./configs/certs/key.pem" timeout: 2 curve_preferences: [ "GARBAGE" ] }
  • Views: 2
  • Keywords: NATS,

redis golangci lint

name: golangci-lint on: push: tags: - v* branches: - master - main - v9 pull_request: permissions: contents: read jobs: golangci: permissions: contents: read # for actions/checkout to fetch code
  • Views: 3
  • Keywords: redis,

NATS nkey_test

// Copyright 2018 The NATS Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICE
  • Views: 3
  • Keywords: NATS,

NATS gws

gateways [ { name: "A" url: "nats://127.0.0.1:5227" } { name: "B" url: "nats://127.0.0.1:5228" } ]
  • Views: 4
  • Keywords: NATS,

NATS feature_request

--- name: Feature Request about: Request a feature for the NATS Server labels: 🎉 enhancement --- ## Feature Request #### Use Case: #### Proposed Change: #### Who Benefits From The Change(s)? #### Alternative Approaches
  • Views: 3
  • Keywords: NATS,