examples icon indicating copy to clipboard operation
examples copied to clipboard

Examples how to use Upstash with various tech

Results 9 examples issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [sidekiq](https://github.com/sidekiq/sidekiq) to permit the latest version. Changelog Sourced from sidekiq's changelog. 8.0.2 Add on(:exit) event to run code right before the Sidekiq process exits #6637 Metrics...

dependencies
ruby

Updates the requirements on [redis](https://github.com/redis-rs/redis-rs) to permit the latest version. Release notes Sourced from redis's releases. 0.29.2 Changes & Bug fixes Add Valkey URL scheme (#1558 by @​displexic) Fix unreachable...

dependencies
rust

Bumps [huey](https://github.com/coleifer/huey) from 2.5.2 to 2.5.3. Release notes Sourced from huey's releases. 2.5.3 This release adds the oft-requested SIGNAL_ENQUEUED. This signal, of necessity, runs in the calling process, since tasks...

dependencies
python

Updates the requirements on [redis](https://github.com/redis/redis-rb) to permit the latest version. Changelog Sourced from redis's changelog. 5.4.0 Fix blmpop method to actually use BLMPOP, it was mistakenly issuing LMPOP commands. xadd...

dependencies
ruby

Updates the requirements on [redis](https://github.com/redis/redis-rb) to permit the latest version. Changelog Sourced from redis's changelog. 5.4.0 Fix blmpop method to actually use BLMPOP, it was mistakenly issuing LMPOP commands. xadd...

dependencies
ruby

Updates the requirements on [resque](https://github.com/resque/resque) to permit the latest version. Release notes Sourced from resque's releases. v2.7.0 Special Notes Just wanted to give everyone a heads up, that after this...

dependencies
ruby

In the session-store-with-clerk example, you have 2 Redis storages for the cart, usercart:${userId} (cart as a set) and user:${userId} (cart hash) and then for each cart action you execute 2...