Skip to content

tystuyfzand/arikawa-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arikawa Stores

This repo contains store implementations for arikawa.

They are simplified by using Go's generics (See Get and MGet in the redis package) in order to save complexity.

This is a WORK IN PROGRESS. USE AT YOUR OWN RISK!

Aerospike

Aerospike is a Redis-like key value database with many more features, including type support.

Note: Messages are not supported in this store (yet)

Redis

Redis is the well-known and widely adopted key value database.

This store supports all features, including messages with max size (per channel)

About

A proof-of-concept/early stage Arikawa Store implementation for Aerospike and Redis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages