We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c3b63 commit 866488fCopy full SHA for 866488f
packages/driver-redis/src/index.ts
@@ -3,3 +3,5 @@ import './definitions'
3
export * from './utils/plugin'
4
5
export * from './tag'
6
+
7
+export * from 'ioredis'
packages/driver-scylla/src/index.ts
@@ -1,3 +1,5 @@
1
import './definitions'
2
+export * from 'cassandra-driver'
0 commit comments