You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KVStore, CacheKVStore, etc should not allow nil values to be stored.
It's sometimes used accidentally to delete a value, but .Delete() should be used instead.
The issue is that we should write tests for all of our store impls to enforce this.
The text was updated successfully, but these errors were encountered:
KVStore, CacheKVStore, etc should not allow nil values to be stored.
It's sometimes used accidentally to delete a value, but .Delete() should be used instead.
The issue is that we should write tests for all of our store impls to enforce this.
The text was updated successfully, but these errors were encountered: