@@ -32,6 +32,16 @@ import * as GEOADD from '../commands/GEOADD';
32
32
import * as GEODIST from '../commands/GEODIST' ;
33
33
import * as GEOHASH from '../commands/GEOHASH' ;
34
34
import * 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' ;
35
45
import * as GEOSEARCH_WITH from '../commands/GEOSEARCH_WITH' ;
36
46
import * as GEOSEARCH from '../commands/GEOSEARCH' ;
37
47
import * as GEOSEARCHSTORE from '../commands/GEOSEARCHSTORE' ;
@@ -263,6 +273,26 @@ export default {
263
273
geoHash : GEOHASH ,
264
274
GEOPOS ,
265
275
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 ,
266
296
GEOSEARCH_WITH ,
267
297
geoSearchWith : GEOSEARCH_WITH ,
268
298
GEOSEARCH ,
0 commit comments