|
192 | 192 | "type": "paragraph",
|
193 | 193 | "value": "Several set values with IntSet encoding exceed the set-max-intset-entries. Change the configuration in redis.conf to efficiently use the IntSet encoding. Though increasing this value will lead to an increase in the latency of set operations and CPU utilization."
|
194 | 194 | },
|
| 195 | + { |
| 196 | + "type": "spacer", |
| 197 | + "value": "l" |
| 198 | + }, |
195 | 199 | {
|
196 | 200 | "type": "span",
|
197 | 201 | "value": "Run "
|
|
410 | 414 | "content": [
|
411 | 415 | {
|
412 | 416 | "type": "span",
|
413 |
| - "value": "Increase" |
| 417 | + "value": "Increase " |
414 | 418 | },
|
415 | 419 | {
|
416 | 420 | "type": "code",
|
|
478 | 482 | "id": "bigSets",
|
479 | 483 | "telemetryEvent": "optimizeExistenceChecks",
|
480 | 484 | "title": "Consider using probabilistic data structures such as Bloom Filter or HyperLogLog",
|
481 |
| - "tutorial": "/redis_stack/probabilistic_data_structures.md", |
| 485 | + "tutorial": "/quick-guides/probabilistic-data-structures/introduction.md", |
482 | 486 | "redisStack": true,
|
483 | 487 | "content": [
|
484 | 488 | {
|
|
591 | 595 | "telemetryEvent": "optimizeTimeSeries",
|
592 | 596 | "title":"Try using the Redis native time series data structure and querying capabilities",
|
593 | 597 | "redisStack": true,
|
594 |
| - "tutorial": "/redis_stack/redis_for_time_series.md", |
| 598 | + "tutorial": "/quick-guides/time-series/introduction.md", |
595 | 599 | "content": [
|
596 | 600 | {
|
597 | 601 | "type": "span",
|
|
903 | 907 | "id": "searchJSON",
|
904 | 908 | "title": "Try indexing your JSON documents for efficient data retrieval",
|
905 | 909 | "redisStack": true,
|
906 |
| - "tutorial": "/redis_stack/working_with_json.md", |
| 910 | + "tutorial": "/quick-guides/document/working-with-json.md", |
907 | 911 | "content": [
|
908 | 912 | {
|
909 | 913 | "type": "span",
|
|
980 | 984 | "value": "l"
|
981 | 985 | },
|
982 | 986 | {
|
983 |
| - "type": "paragraph", |
984 |
| - "value": "The IntSet encoding is extremely memory efficient. By default, the value of `set-max-intset-entries` is 512 and is configurable in redis.conf. However, increasing this value will lead to an increase in the latency of set operations and CPU utilization." |
| 987 | + "type": "span", |
| 988 | + "value": "The IntSet encoding is extremely memory efficient. By default, the value of " |
| 989 | + }, |
| 990 | + { |
| 991 | + "type": "code", |
| 992 | + "value": "set-max-intset-entries" |
| 993 | + }, |
| 994 | + { |
| 995 | + "type": "span", |
| 996 | + "value": " is 512 and is configurable in redis.conf. However, increasing this value will lead to an increase in the latency of set operations and CPU utilization." |
985 | 997 | },
|
986 | 998 | {
|
987 | 999 | "type": "spacer",
|
|
1027 | 1039 | "id": "stringToJson",
|
1028 | 1040 | "title": "Try using our JSON native document store",
|
1029 | 1041 | "redisStack": true,
|
1030 |
| - "tutorial": "/redis_stack/working_with_json.md", |
| 1042 | + "tutorial": "/quick-guides/document/working-with-json.md", |
1031 | 1043 | "content": [
|
1032 | 1044 | {
|
1033 | 1045 | "type": "paragraph",
|
|
0 commit comments