forked from sheetjs/docs.sheetjs.com
		
	redis
This commit is contained in:
		
							parent
							
								
									5dd5616b81
								
							
						
					
					
						commit
						30e51a2244
					
				| @ -184,7 +184,16 @@ if(type == "hash") { | ||||
| 
 | ||||
| #### Example | ||||
| 
 | ||||
| <details><summary><b>Complete Example</b> (click to show)</summary> | ||||
| :::warning | ||||
| 
 | ||||
| The most recent version of the `redis` node module does not work with most | ||||
| versions of NodeJS. It is "ESM-only", requiring NodeJS 18 or later. As a result, | ||||
| this demo also requires NodeJS version 18. | ||||
| 
 | ||||
| Questions regarding the `redis` library and the decision to drop traditional | ||||
| NodeJS "CommonJS" module support should be directed to the Redis team. | ||||
| 
 | ||||
| ::: | ||||
| 
 | ||||
| 0) Set up and start a local Redis server | ||||
| 
 | ||||
| @ -204,8 +213,6 @@ Inspect the output and compare with the data in `SheetJSRedisTest.mjs`. | ||||
| 
 | ||||
| Open `SheetJSRedis.xlsx` and verify the columns have the correct data | ||||
| 
 | ||||
| </details> | ||||
| 
 | ||||
| 
 | ||||
| ### PouchDB | ||||
| 
 | ||||
|  | ||||
| @ -35,20 +35,6 @@ The live demos require a Dropbox account. | ||||
| 
 | ||||
| ### Live Demo | ||||
| 
 | ||||
| :::note | ||||
| 
 | ||||
| The Dropbox API script is loaded in this page with | ||||
| 
 | ||||
| ```html | ||||
| <script type="text/javascript" src="https://www.dropbox.com/static/api/2/dropins.js" id="dropboxjs" data-app-key="4ysmnhy8wtm6k3w"></script> | ||||
| ``` | ||||
| 
 | ||||
| The specific App Key used in this demo is a "Development" key associated with | ||||
| the `localhost` and `docs.sheetjs.com` domains.  Dropbox API does not require | ||||
| "Production" approval for the Chooser. | ||||
| 
 | ||||
| ::: | ||||
| 
 | ||||
| The button must have the following options: | ||||
| 
 | ||||
| - `multiselect: false` ensures only one file can be selected | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user