Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
plotly
/
dash
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.3k
Star
24.4k
Code
Issues
441
Pull requests
38
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Shared storage: backend-agnostic state manager + pub/sub
- #3930
#3930
Open
1/2
T4rk1n
wants to merge 22 commits into
dev
plotly/dash:dev
from
feat/shared_storage
plotly/dash:feat/shared_storage
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Open
Shared storage: backend-agnostic state manager + pub/sub
#3930
T4rk1n
wants to merge 22 commits into
dev
plotly/dash:dev
from
feat/shared_storage
plotly/dash:feat/shared_storage
Copy head branch name to clipboard
Commits
Commits on Aug 7, 2026
Add backend-agnostic shared storage (state manager + pub/sub)
Show description for 74dbcd0
T4rk1n
committed
74dbcd0
View commit details
Copy full SHA for 74dbcd0
Browse repository at this point
End async subscriptions cleanly when the loop is shutting down
Show description for 324e619
T4rk1n
committed
324e619
View commit details
Copy full SHA for 324e619
Browse repository at this point
CHANGELOG: fill in PR number for shared storage entry
T4rk1n
committed
b1eb519
View commit details
Copy full SHA for b1eb519
Browse repository at this point
Fix stale shared-storage comments (drop plan/pickle/wire wording)
T4rk1n
committed
c51183c
View commit details
Copy full SHA for c51183c
Browse repository at this point
Document shared storage in .ai/ARCHITECTURE.md
T4rk1n
committed
b136598
View commit details
Copy full SHA for b136598
Browse repository at this point
Add Diskcache and Redis shared-storage backends
Show description for 6bd42f9
T4rk1n
committed
6bd42f9
View commit details
Copy full SHA for 6bd42f9
Browse repository at this point
Document the out-of-tree shared-storage backend seam
T4rk1n
committed
8f35ff1
View commit details
Copy full SHA for 8f35ff1
Browse repository at this point
Add dash[redis] extra for RedisSharedStorage
Show description for ab4a18b
T4rk1n
committed
ab4a18b
View commit details
Copy full SHA for ab4a18b
Browse repository at this point
Fix mypy errors in shared-storage typing compliance
Show description for 814a7ea
T4rk1n
committed
814a7ea
View commit details
Copy full SHA for 814a7ea
Browse repository at this point
Expand shared-storage app integration tests across backends
Show description for 2cc9cd5
T4rk1n
committed
2cc9cd5
View commit details
Copy full SHA for 2cc9cd5
Browse repository at this point
Use dash_duo browser tests for shared-storage app integration
Show description for 38edb0e
T4rk1n
committed
38edb0e
View commit details
Copy full SHA for 38edb0e
Browse repository at this point
Drop JSON codec fallback; msgspec is a hard dependency
Show description for f2efcc7
T4rk1n
committed
f2efcc7
View commit details
Copy full SHA for f2efcc7
Browse repository at this point
Lower default shared-storage buffer to 32
Show description for adecacf
T4rk1n
committed
adecacf
View commit details
Copy full SHA for adecacf
Browse repository at this point
Add optional TTL to shared-storage key/value set
Show description for c695635
T4rk1n
committed
c695635
View commit details
Copy full SHA for c695635
Browse repository at this point
Add persistence modes to LocalSharedStorage
Show description for bd327e1
T4rk1n
committed
bd327e1
View commit details
Copy full SHA for bd327e1
Browse repository at this point
Restructure shared-storage changelog entry into a sublist
T4rk1n
committed
0df8e2b
View commit details
Copy full SHA for 0df8e2b
Browse repository at this point
Fix mypy int|None type error in ChunkedStore.put_batch flush loop
T4rk1n
committed
42c2b89
View commit details
Copy full SHA for 42c2b89
Browse repository at this point
Catch msgspec DecodeError by name when reading corrupt store files
T4rk1n
committed
4b85ef9
View commit details
Copy full SHA for 4b85ef9
Browse repository at this point
Commits on Aug 31, 2026
Merge origin/dev into feat/shared_storage
Show description for 00221c7
T4rk1n
committed
00221c7
View commit details
Copy full SHA for 00221c7
Browse repository at this point
Commits on Sep 1, 2026
Merge remote-tracking branch 'origin/dev' into feat/shared_storage
T4rk1n
committed
6308b12
View commit details
Copy full SHA for 6308b12
Browse repository at this point
Commits on Sep 4, 2026
Merge remote-tracking branch 'origin/dev' into feat/shared_storage
T4rk1n
committed
c2470ec
View commit details
Copy full SHA for c2470ec
Browse repository at this point
Commits on Sep 8, 2026
Merge remote-tracking branch 'origin/dev' into feat/shared_storage
T4rk1n
committed
91bac77
View commit details
Copy full SHA for 91bac77
Browse repository at this point
You can’t perform that action at this time.