Skip to content

Commit

Permalink
feat: support memcached
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanicboi committed Oct 26, 2022
1 parent 849e3f2 commit 5e68a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const builtinDrivers = {
memory: 'unstorage/drivers/memory',
overlay: 'unstorage/drivers/overlay',
redis: 'unstorage/drivers/redis',
mysql: 'unstorage/drivers/mysql'
memcached: 'unstorage/drivers/memcached'
}

export type BuiltinDriverName = keyof typeof builtinDrivers

0 comments on commit 5e68a66

Please sign in to comment.