//
pkg.gl
Category
github.com/Gahyunlee23/distributed-work-queue
internal
storage
package
0.0.0-20241024211510-3d044add21c5
Repository:
https://github.com/gahyunlee23/distributed-work-queue.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
2
Files
167 SLOC
#
Functions
NewMemoryStorage
No description provided by the author
NewRedisStorage
No description provided by the author
#
Variables
ErrKeyNotFound
ErrKeyNotFound when the key is not found.
#
Structs
MemoryStorage
No description provided by the author
RedisStorage
No description provided by the author
#
Interfaces
Storage
Storage is a basic interface of data storage.