Skip to content

Releases: ralvarezdev/go-databases

Added MongoDB and Redis connection handlers and helper functions

18 Dec 20:07
3b8ac1d

Choose a tag to compare

feat: Added MongoDB and Redis connection handlers and helper functions

* Added MongoDB and Redis connection handlers
* Added MongoDB helper functions to create FindOne, Find and Update options, to create Collections and their Indexes (SingleFieldIndexes, CompoundIndexes, TTL Indexes)
* Forked from 'github.com/pixel-plaza-dev/uru-databases-2-go-service-common'