Commit 5b57c68
authored
keyv - feat: (breaking) memory adapter, bridge adapter, keyv overhaul (#1913)
* keyv - feat: adding KeyvMemoryAdapter for Map like stores
* rename to KeyvMemoryAdapter
* public and removing function namespace
* namespace property cleanup
* fixing clear
* calculateExpires
* test added
* creatKeyv bug fix
* double wrap cleanup
* Update utils.test.ts
* Update memory.test.ts
* adding faker and breaking out tests
* clean up
* initial KeyvMemoryAdapter
* adding KeyvMapAny
* Update keyv.test.ts
* moving to a single util sleep function
* get and set tests
* adding bridge adapter and tests
* bridge
* fixing bigmap tests
* keyv cleanup
* tests
* rename to encode and decode
* better handling of encode and decode
* encode decode encryption
* Update keyv.test.ts
* fixing dynamo issue
* doing fixes for test errors
* adding back in checks on expiration
* Update memory.ts
* Update keyv.ts
* removing symbol support
* removing issue on table
* Update memory.test.ts
* coverage updates
* Update index.ts1 parent eaf7281 commit 5b57c68
File tree
38 files changed
+5577
-4244
lines changed- core
- bigmap/test
- keyv
- src
- adapters
- test
- adapters
- test-suite/src
- storage
- dynamo
- src
- test
- memcache
- src
- test
- postgres/test
- valkey/test
- website/site/docs
38 files changed
+5577
-4244
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
396 | 397 | | |
397 | 398 | | |
398 | 399 | | |
399 | | - | |
| 400 | + | |
400 | 401 | | |
401 | 402 | | |
402 | 403 | | |
403 | 404 | | |
404 | 405 | | |
405 | | - | |
406 | | - | |
| 406 | + | |
| 407 | + | |
407 | 408 | | |
408 | 409 | | |
409 | 410 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
0 commit comments