# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
BIT defines redis BIT operations.
GEO defines redis GEO operations.
HASH defines redis HASH operations.
LIST defines redis LIST operations.
PIPELINE defines batched pipeline patterns.
PUBSUB defines redis PUB SUB operations.
Redis defines wrapper struct to handle redis interactions with AWS ElasticCache Redis service (using go-redis package)
IMPORTANT
AWS ELASTICACHE REDIS lives within the VPC that the cluster is launched Access is allowed ONLY WITHIN EC2 in the same VPC There is no external public access since AWS Redis uses private IP only
Dev Testing
Test On AWS EC2 (via SSH into EC2) since elastic cache redis is deployed within vpc access only
Reference Info 1.
SET defines redis SET operations.
SORTED_SET defines SORTED SET operations.
STREAM defines redis STREAM operations.
TTL defines TTL and Persist related redis patterns.
UTILS defines redis helper functions.