- /*
* Copyright 2014-2021 Aerospike, Inc.
*
* Portions may be licensed to Aerospike, Inc. under one or more contributor
* license agreements.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in
- // Copyright 2012-2020 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
- // 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 sync
import (
"time"
"github.com/dotchain/dot/log"
"github.com/dotchain/dot/ops"
)
- package redis_test
import (
"io"
"net"
"sync"
"time"
. "github.com/bsm/ginkgo/v2"
. "github.com/bsm/gomega"
"github.com/redis/go-redis/v9"
)
var _ = Describe("PubSub", func() {
var client *redis.Client
BeforeEach(func() {
opt := redisOpti
- Views: 1
- Keywords: redis,
- // Code generated by protoc-gen-go. DO NOT EDIT.
// source: test/dep-test/dep-test-service/proto/dep/dep.proto
package service_dep
import (
context "context"
fmt "fmt"
proto "github.com/golang/protobuf/proto"
grpc "google.golang.org/grpc"
codes "g
- Views: 4
- Keywords: micro,
- -----BEGIN RSA PRIVATE KEY-----
MIIEowIBAAKCAQEAuDPg2JZudC65wAhHA8hQ/PydGDk8V7ocO1RDKFTp7Lw0Jb5U
z/kPF5PnZ763kKUA8AIp88AKTxFw4+GTiQJRV5Mg4mvprHzHHkqk1fTSfvWQU4Nj
ancDRmevCNf9k5H272saSUTNi6wE7vay8nKNEgsWlsJUVGrQHreSXc8VKgNtSl3Q
nc9mumtPHPfS98DvtAWZzCRfTMp
- /*
*
* Copyright 2018 gRPC 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/lic
- package field
import "go.mongodb.org/mongo-driver/bson"
// ID field is constant for referencing the "_id" field name.
const ID = "_id"
// Empty is a predefined empty map.
var Empty = bson.M{}
// TODO: Extract all field names from :
// cont.todo: http
- package redis_test
import (
"fmt"
"net"
"os"
"os/exec"
"path/filepath"
"sync"
"testing"
"time"
. "github.com/bsm/ginkgo/v2"
. "github.com/bsm/gomega"
"github.com/redis/go-redis/v9"
)
const (
redisSecondaryPort = "6381"
)
const (
ringSha
- Views: 3
- Keywords: redis,
- package main
import (
"context"
"fmt"
"log"
"os"
"path"
"time"
"github.com/ydb-platform/ydb-go-sdk/v3"
"github.com/ydb-platform/ydb-go-sdk/v3/table"
"github.com/ydb-platform/ydb-go-sdk/v3/topic/topicoptions"
"github.com/ydb-platform/ydb-go-sd