Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,6 @@
"redis/tutorials/api_with_cdk",
"redis/tutorials/agent_memory",
"redis/tutorials/tanstack_chat_persistence",
"redis/tutorials/analytics_with_redis",
"redis/tutorials/auto_complete_with_serverless_redis",
"redis/tutorials/aws_app_runner_with_redis",
"redis/tutorials/cloud_run_sessions",
Expand Down Expand Up @@ -2087,6 +2086,14 @@
{
"source": "/docs/box/sdks/ts/getting-started",
"destination": "/box/overall/quickstart"
},
{
"source": "/redis/tutorials/analytics_with_redis",
"destination": "https://upstash.com/blog/building-analytics-with-redis"
},
{
"source": "/docs/redis/tutorials/analytics_with_redis",
"destination": "https://upstash.com/blog/building-analytics-with-redis"
}
]
}
3 changes: 1 addition & 2 deletions llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19196,7 +19196,7 @@ We believe that Upstash is the best storage for your Lambda Functions because:
<Card
title="Building Analytics with Redis"
icon="chart-line"
href="/redis/tutorials/analytics_with_redis"
href="https://upstash.com/blog/building-analytics-with-redis"
>
Count and query events with counters, bitmaps, and Redis Search
</Card>
Expand Down Expand Up @@ -28721,7 +28721,6 @@ Acknowledge the consumed messages via [XACK](https://redis.io/commands/xack/)
from the list of the associated group and consumer.

- [Agent Memory with Redis Search](https://upstash.com/docs/redis/tutorials/agent_memory.md): Build short-term and long-term memory for AI agents on Upstash Redis. Store working memory with TTLs and recall long-term memories with Redis Search full-text queries.
- [Building Analytics with Redis](https://upstash.com/docs/redis/tutorials/analytics_with_redis.md): Two approaches to building analytics on Upstash Redis: pre-planned counters with bitmaps, and flexible event recording queried with Redis Search.
- [Deploy a Serverless API with AWS CDK and AWS Lambda](https://upstash.com/docs/redis/tutorials/api_with_cdk.md)
- [Autocomplete API with Serverless Redis](https://upstash.com/docs/redis/tutorials/auto_complete_with_serverless_redis.md)
- [Build Stateful Applications with AWS App Runner and Serverless Redis](https://upstash.com/docs/redis/tutorials/aws_app_runner_with_redis.md): This tutorial shows how to create a serverless and stateful application using AWS App Runner and Redis
Expand Down
1 change: 0 additions & 1 deletion llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,6 @@
- [Connecting with Read-Only Access](https://upstash.com/docs/redis/troubleshooting/readonly_connection.md)
- [ERR XReadGroup is cancelled](https://upstash.com/docs/redis/troubleshooting/stream_pel_limit.md)
- [Agent Memory with Redis Search](https://upstash.com/docs/redis/tutorials/agent_memory.md): Build short-term and long-term memory for AI agents on Upstash Redis. Store working memory with TTLs and recall long-term memories with Redis Search full-text queries.
- [Building Analytics with Redis](https://upstash.com/docs/redis/tutorials/analytics_with_redis.md): Two approaches to building analytics on Upstash Redis: pre-planned counters with bitmaps, and flexible event recording queried with Redis Search.
- [Deploy a Serverless API with AWS CDK and AWS Lambda](https://upstash.com/docs/redis/tutorials/api_with_cdk.md)
- [Autocomplete API with Serverless Redis](https://upstash.com/docs/redis/tutorials/auto_complete_with_serverless_redis.md)
- [Build Stateful Applications with AWS App Runner and Serverless Redis](https://upstash.com/docs/redis/tutorials/aws_app_runner_with_redis.md): This tutorial shows how to create a serverless and stateful application using AWS App Runner and Redis
Expand Down
2 changes: 1 addition & 1 deletion redis/overall/usecases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ We believe that Upstash is the best storage for your Lambda Functions because:
<Card
title="Building Analytics with Redis"
icon="chart-line"
href="/redis/tutorials/analytics_with_redis"
href="https://upstash.com/blog/building-analytics-with-redis"
>
Count and query events with counters, bitmaps, and Redis Search
</Card>
Expand Down
2 changes: 1 addition & 1 deletion redis/search/recipes/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ These recipes demonstrate different patterns:

For more end-to-end examples that use Redis Search, see:

- [Building Analytics with Redis](/redis/tutorials/analytics_with_redis): Record flexible events and query them with Redis Search.
- [Building Analytics with Redis](https://upstash.com/blog/building-analytics-with-redis): Record flexible events and query them with Redis Search.
- [Agent Memory with Redis Search](/redis/tutorials/agent_memory): Recall long-term memories for AI agents with full-text queries.

315 changes: 0 additions & 315 deletions redis/tutorials/analytics_with_redis.mdx

This file was deleted.