积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部数据库(55)TiDB(31)数据库工具(20)DBeaver(20)PostgreSQL(2)Redis(2)

语言

全部英语(35)中文(简体)(17)英语(3)

格式

全部PDF文档 PDF(55)
 
本次搜索耗时 0.192 秒,为您找到相关结果约 55 个.
  • 全部
  • 数据库
  • TiDB
  • 数据库工具
  • DBeaver
  • PostgreSQL
  • Redis
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 《Redis使用手册》(试读版)

    HyperLogLog 8. 位图(bitmap) 9. 地理坐标(GEO) 10. 流(Stream) 第⼆部分:附加功能 11. 数据库* 12. ⾃动过期* 13. 流⽔线与事务* 14. Lua 脚本 15. 持久化 16. 发布与订阅 17. 模块 第三部分:多机功能 18. 复制* 19. Sentinel 20. 集群 附录 附录 A :Redis 安装⽅法* 附录 B :redis-py Redis 为⽤户提供了字符串、散列、列表、集合、有序集合、HyperLogLog、位图、流、地理坐标等⼀系列 丰富的数据结构, 每种数据结构都适⽤于解决特定的问题。 在有需要的时候, ⽤户还可以通过事务、Lua 脚本、模块等特性, 扩展已有数据结构的功能, 甚⾄从零实现⾃⼰专属的数据结构。 通过这些数据结构和 特性, Redis 可以保证, ⽤户总是可以使⽤最适合的⼯具去解决⼿头上的问题。 完备的功能 在上述这些数据结构的基础上, 为⽤户提供的额外功能。 其中包括管理数据结构的数据库管理 功能和⾃动过期功能, 将数据结构持久化⾄硬盘从⽽避免数据丢失的持久化功能, 提⾼多条命令执⾏效率的流⽔ 线功能, 保证命令安全性的事务和 Lua 脚本功能, 还有扩展服务器特性的模块功能等等。 这些功能在为⽤户提 供⽅便的同时, 也进⼀步扩⼤了 Redis 的适⽤范围, 读者可以通过阅读这⼀部分来学会如何将 Redis 应⽤在更 多场景中。
    0 码力 | 352 页 | 6.57 MB | 1 年前
    3
  • pdf文档 阿里云云数据库 Redis 版 产品简介

    开源社区的发展脚步,云数据库 Redis 版目前已经全面 支持 Redis 社区3.2版本的 GEO 功能。 Config Get 命令 Config Get 命令放开限制。 LUA 支持 LUA 脚本放开限制,标准版-双节点、标准版-单节点支持用户直接调用。 集群版本条件性支持: 所有 key 都应该由 KEYS 数组来传递,redis.call/pcall 里面调用的 io/topics/lru-cache DB 即 Redis 中的 Database。云数据库 Redis 版支持 256个 DB:DB 0 到 DB 255。默认写入到第0个 DB 中。 `"-ERR bad lua script for redis cluster, all the keys that the script uses should be passed using the KEYS array\r\n"`
    0 码力 | 33 页 | 1.88 MB | 1 年前
    3
  • pdf文档 DBeaver User Guide v.7.3

    doesn't support SQL or any other query language. Instead of that it supports and build-in commands LUA . scripts Redis commands can be executed in the same way as in Redis comand line shell: In order order to execute LUA script surround it with {} brackets and run as single statement. If script contains empty lines or special characters select script text before execution. ```lua { return {1,2
    0 码力 | 300 页 | 16.24 MB | 1 年前
    3
  • pdf文档 DBeaver User Guide v.21.0

    doesn't support SQL or any other query language. Instead of that it supports and build-in commands LUA . scripts Redis commands can be executed in the same way as in Redis comand line shell: In order order to execute LUA script surround it with {} brackets and run as single statement. If script contains empty lines or special characters select script text before execution. ```lua { return {1,2
    0 码力 | 334 页 | 18.70 MB | 1 年前
    3
  • pdf文档 DBeaver User Guide v.21.1

    does not support SQL or any other query language. Instead, it supports and . build-in commands LUA scripts Redis commands can be executed in the same way as in a Redis command line shell: In order execute a LUA script, surround it with {} brackets and run it as a single statement. If the script contains empty lines or special characters, select the script text before the execution. ```lua { return
    0 码力 | 348 页 | 19.35 MB | 1 年前
    3
  • pdf文档 DBeaver User Guide v.21.3

    does not support SQL or any other query language. Instead, it supports and . build-in commands LUA scripts Redis commands can be executed in the same way as in a Redis command line shell: In order execute a LUA script, surround it with {} brackets and run it as a single statement. If the script contains empty lines or special characters, select the script text before the execution. ```lua { return
    0 码力 | 381 页 | 20.79 MB | 1 年前
    3
  • pdf文档 DBeaver User Guide v.22.0

    does not support SQL or any other query language. Instead, it supports and . build-in commands LUA scripts Redis commands can be executed in the same way as in a Redis command line shell: In order execute a LUA script, surround it with {} brackets and run it as a single statement. If the script contains empty lines or special characters, select the script text before the execution. ```lua { return
    0 码力 | 384 页 | 20.85 MB | 1 年前
    3
  • pdf文档 DBeaver Lite User Guide v24.2.ea

    queries, bitmaps, hyperloglogs, geospatial indexes, and streams. Redis has built-in replication, Lua scripting, LRU eviction, transactions, and different levels of on-disk persistence. Additionally manage keys. Redis operates differently from traditional SQL databases. It uses built-in commands and LUA scripting for operations. To execute Redis commands, use the syntax similar to the Redis command . official Redis commands documentation For LUA script execution, enclose the script in curly braces {} and execute it as a single statement. If your LUA script includes empty lines or special characters
    0 码力 | 1010 页 | 79.48 MB | 1 年前
    3
  • pdf文档 DBeaver Lite User Guide v.24.1

    queries, bitmaps, hyperloglogs, geospatial indexes, and streams. Redis has built-in replication, Lua scripting, LRU eviction, transactions, and different levels of on-disk persistence. Additionally manage keys. Redis operates differently from traditional SQL databases. It uses built-in commands and LUA scripting for operations. To execute Redis commands, use the syntax similar to the Redis command . official Redis commands documentation For LUA script execution, enclose the script in curly braces {} and execute it as a single statement. If your LUA script includes empty lines or special characters
    0 码力 | 1008 页 | 79.40 MB | 1 年前
    3
  • pdf文档 DBeaver User Guide v.22.1

    does not support SQL or any other query language. Instead, it supports and . build-in commands LUA scripts Redis commands can be executed in the same way as in a Redis command line shell: In order execute a LUA script, surround it with {} brackets and run it as a single statement. If the script contains empty lines or special characters, select the script text before the execution. ```lua { return
    0 码力 | 403 页 | 22.11 MB | 1 年前
    3
共 55 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
前往
页
相关搜索词
Redis使用手册使用手册试读阿里云云数据据库数据库产品简介产品简介DBeaverUserGuide7.321.021.121.322.0Lite24.122.1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩