You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-09-11 18:50:46 +03:00
4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
declare module 'cluster-key-slot' {
|
|
export default function calculateSlot(key: string): number;
|
|
}
|