https://github.com/iac-factory/go-redis-client
Redis Client, Wrapper, and Utilities via Golang
https://github.com/iac-factory/go-redis-client
Last synced: 2 months ago
JSON representation
Redis Client, Wrapper, and Utilities via Golang
- Host: GitHub
- URL: https://github.com/iac-factory/go-redis-client
- Owner: iac-factory
- License: bsd-3-clause
- Created: 2022-12-21T18:15:08.000Z (over 2 years ago)
- Default Branch: Development
- Last Pushed: 2022-12-21T18:16:58.000Z (over 2 years ago)
- Last Synced: 2025-02-08T17:44:56.428Z (4 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Discussion
### Handling Structured Data Unknown at Compilation
- Package `cty` (pronounced see-tie) provides some infrastructure for a type system that might be useful for applications that need to represent configuration values provided by the user whose types are not known at compile time, ***particularly if the calling application also allows such values to be used in expressions***.
- Reading *"[...] particularly if the calling application also allows such values to be used in expressions"*, **as with
`terraform`**, it's important to be able to evaluate and determine
type-structure## Reference
### Default `git` Branch Setup
```bash
git config --global init.defaultBranch Development
```