github.com/go-redis/redis/v8.cmdable.SetNX (method)

one use

	github.com/go-redis/redis/v8 (current package)
		commands.go#L779: func (c cmdable) SetNX(ctx context.Context, key string, value interface{}, expiration time.Duration) *BoolCmd {