Added crash filtering

Added version field to individual crash
This commit is contained in:
Caleb Gardner
2024-07-09 20:39:26 -05:00
parent a77d55924d
commit e43409923c
5 changed files with 21 additions and 8 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package db
/*
TODO
Currently there isn't a clean way to implement this (as far as I can tell).
Currently there isn't a easy and clean way to implement this (as far as I can tell).
valkey-go relies on an internal library for it's command builder, which makes it impossible to
use properly for generics without manually writing out the Index command. I could probably do this, but
it's a pain.