@@ -32,6 +32,16 @@ import * as GEOADD from '../commands/GEOADD';
3232import * as GEODIST from '../commands/GEODIST' ;
3333import * as GEOHASH from '../commands/GEOHASH' ;
3434import * as GEOPOS from '../commands/GEOPOS' ;
35+ import * as GEORADIUS_RO_WITH from '../commands/GEORADIUS_RO_WITH' ;
36+ import * as GEORADIUS_RO from '../commands/GEORADIUS_RO' ;
37+ import * as GEORADIUS_WITH from '../commands/GEORADIUS_WITH' ;
38+ import * as GEORADIUS from '../commands/GEORADIUS' ;
39+ import * as GEORADIUSBYMEMBER_RO_WITH from '../commands/GEORADIUSBYMEMBER_RO_WITH' ;
40+ import * as GEORADIUSBYMEMBER_RO from '../commands/GEORADIUSBYMEMBER_RO' ;
41+ import * as GEORADIUSBYMEMBER_WITH from '../commands/GEORADIUSBYMEMBER_WITH' ;
42+ import * as GEORADIUSBYMEMBER from '../commands/GEORADIUSBYMEMBER' ;
43+ import * as GEORADIUSBYMEMBERSTORE from '../commands/GEORADIUSBYMEMBERSTORE' ;
44+ import * as GEORADIUSSTORE from '../commands/GEORADIUSSTORE' ;
3545import * as GEOSEARCH_WITH from '../commands/GEOSEARCH_WITH' ;
3646import * as GEOSEARCH from '../commands/GEOSEARCH' ;
3747import * as GEOSEARCHSTORE from '../commands/GEOSEARCHSTORE' ;
@@ -263,6 +273,26 @@ export default {
263273 geoHash : GEOHASH ,
264274 GEOPOS ,
265275 geoPos : GEOPOS ,
276+ GEORADIUS_RO_WITH ,
277+ geoRadiusRoWith : GEORADIUS_RO_WITH ,
278+ GEORADIUS_RO ,
279+ geoRadiusRo : GEORADIUS_RO ,
280+ GEORADIUS_WITH ,
281+ geoRadiusWith : GEORADIUS_WITH ,
282+ GEORADIUS ,
283+ geoRadius : GEORADIUS ,
284+ GEORADIUSBYMEMBER_RO_WITH ,
285+ geoRadiusByMemberRoWith : GEORADIUSBYMEMBER_RO_WITH ,
286+ GEORADIUSBYMEMBER_RO ,
287+ geoRadiusByMemberRo : GEORADIUSBYMEMBER_RO ,
288+ GEORADIUSBYMEMBER_WITH ,
289+ geoRadiusByMemberWith : GEORADIUSBYMEMBER_WITH ,
290+ GEORADIUSBYMEMBER ,
291+ geoRadiusByMember : GEORADIUSBYMEMBER ,
292+ GEORADIUSBYMEMBERSTORE ,
293+ geoRadiusByMemberStore : GEORADIUSBYMEMBERSTORE ,
294+ GEORADIUSSTORE ,
295+ geoRadiusStore : GEORADIUSSTORE ,
266296 GEOSEARCH_WITH ,
267297 geoSearchWith : GEOSEARCH_WITH ,
268298 GEOSEARCH ,
0 commit comments