Andrew S. Brown
cc0fc43a95
Rename test package to store
2019-09-08 06:52:28 -07:00
Andrew S. Brown
a74a986cf9
Rename memory to store
2019-09-07 11:58:46 -07:00
Andrew S. Brown
b3aebf5ab9
Add an in-memory checkpoint to the API
2019-09-04 07:29:07 -07:00
Patrick Moore
81a8ac4221
Allow use of existing Redis client for checkpoint store ( #96 )
2019-08-05 15:04:27 -07:00
Harlow Ward
d2cf65fa7a
Update Redis library version
...
The Redis library was pinned to an older vesion using gopkg.in.
This updates to latest version and pins w/ go mod.
https://github.com/harlow/kinesis-consumer/issues/93
2019-07-28 21:27:28 -07:00
Harlow Ward
c72f561abd
Replace Checkpoint with Store interface ( #90 )
...
As we work towards introducing consumer groups to the repository we need a more generic name for the persistence layer for storing checkpoints and leases for given shards.
* Rename `checkpoint` to `store`
2019-07-28 21:18:40 -07:00