Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IND-402] Add cache for order updates for stateful orders. #682

Merged
merged 4 commits into from
Oct 23, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix typo.
vincentwschau committed Oct 20, 2023
commit b9668026fa32b3a33885050adc9576037f5bf9cb
2 changes: 1 addition & 1 deletion indexer/packages/redis/src/index.ts
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ export * as NextFundingCache from './caches/next-funding-cache';
export * as OrderbookLevelsCache from './caches/orderbook-levels-cache';
export * as LatestAccountPnlTicksCache from './caches/latest-account-pnl-ticks-cache';
export * as CanceledOrdersCache from './caches/canceled-orders-cache';
export * as StatefulORderUpdatesCache from './caches/stateful-order-updates-cache';
export * as StatefulOrderUpdatesCache from './caches/stateful-order-updates-cache';
export { placeOrder } from './caches/place-order';
export { removeOrder } from './caches/remove-order';
export { updateOrder } from './caches/update-order';