A session store provider for gorilla/sessions utilizing the valkey-go client.
go get github.com/jamesd4y/valkstoreDocumentation available on pkg.go.dev.
package main
// TODO implement me- Implement session storage backend for valkey-go
- Add unit tests with valkey instance
- Improve performance e.g. prefix string generation, de/serializing
This project is licensed under the MIT License - see the LICENSE file for details.