File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
langgraph/checkpoint/redis Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 31
31
{
32
32
"index" : {
33
33
"name" : "checkpoints" ,
34
- "prefix" : CHECKPOINT_PREFIX + REDIS_KEY_SEPARATOR ,
34
+ "prefix" : CHECKPOINT_PREFIX ,
35
+ "key_separator" : REDIS_KEY_SEPARATOR ,
35
36
"storage_type" : "json" ,
36
37
},
37
38
"fields" : [
46
47
{
47
48
"index" : {
48
49
"name" : "checkpoints_blobs" ,
49
- "prefix" : CHECKPOINT_BLOB_PREFIX + REDIS_KEY_SEPARATOR ,
50
+ "prefix" : CHECKPOINT_BLOB_PREFIX ,
51
+ "key_separator" : REDIS_KEY_SEPARATOR ,
50
52
"storage_type" : "json" ,
51
53
},
52
54
"fields" : [
60
62
{
61
63
"index" : {
62
64
"name" : "checkpoint_writes" ,
63
- "prefix" : CHECKPOINT_WRITE_PREFIX + REDIS_KEY_SEPARATOR ,
65
+ "prefix" : CHECKPOINT_WRITE_PREFIX ,
66
+ "key_separator" : REDIS_KEY_SEPARATOR ,
64
67
"storage_type" : "json" ,
65
68
},
66
69
"fields" : [
Original file line number Diff line number Diff line change 31
31
{
32
32
"index" : {
33
33
"name" : "checkpoints" ,
34
- "prefix" : CHECKPOINT_PREFIX + REDIS_KEY_SEPARATOR ,
34
+ "prefix" : CHECKPOINT_PREFIX ,
35
+ "key_separator" : REDIS_KEY_SEPARATOR ,
35
36
"storage_type" : "json" ,
36
37
},
37
38
"fields" : [
44
45
{
45
46
"index" : {
46
47
"name" : "checkpoints_blobs" ,
47
- "prefix" : CHECKPOINT_BLOB_PREFIX + REDIS_KEY_SEPARATOR ,
48
+ "prefix" : CHECKPOINT_BLOB_PREFIX ,
49
+ "key_separator" : REDIS_KEY_SEPARATOR ,
48
50
"storage_type" : "json" ,
49
51
},
50
52
"fields" : [
57
59
{
58
60
"index" : {
59
61
"name" : "checkpoint_writes" ,
60
- "prefix" : CHECKPOINT_WRITE_PREFIX + REDIS_KEY_SEPARATOR ,
62
+ "prefix" : CHECKPOINT_WRITE_PREFIX ,
63
+ "key_separator" : REDIS_KEY_SEPARATOR ,
61
64
"storage_type" : "json" ,
62
65
},
63
66
"fields" : [
You can’t perform that action at this time.
0 commit comments