Skip to content

Commit

Permalink
Merge pull request #358 from Bhashinee/main
Browse files Browse the repository at this point in the history
Add the code generation support for redis in bal build
  • Loading branch information
Bhashinee committed Apr 15, 2024
2 parents a683237 + b10ae4a commit 6c2cf5f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ private void generateSources(String datastore, Module entityModule, String targe
case PersistToolsConstants.SupportedDataSources.GOOGLE_SHEETS:
sourceCreator.createGSheetSources();
break;
case PersistToolsConstants.SupportedDataSources.REDIS:
sourceCreator.createRedisSources();
break;
default:
sourceCreator.createInMemorySources();
break;
Expand Down

0 comments on commit 6c2cf5f

Please sign in to comment.