Skip to content

Commit ed59220

Browse files
committed
fix: add missing indexes for feature-store-versioned collection
1 parent 08349d5 commit ed59220

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[
2+
{
3+
"keys": {
4+
"createdAt": 1
5+
},
6+
"options": {
7+
"expireAfterSeconds": 43200
8+
}
9+
},
10+
{
11+
"keys": {
12+
"_id": -1,
13+
"LDRedisStoreVersion": 1
14+
}
15+
}
16+
]

0 commit comments

Comments
 (0)