
redis Tag Posts Index
Explore on-chain topics from the Hive blockchain.
- →
用Redis实现AI上下文所需要的格式数据
AI对话里常常需要用到上下文场景,而之前所做的客服里,每次的请求都是独立的,也就是没有提供上下文内容,这样用户每次对话,相当于独立的问答,很不友好。 有没有个方法可以解决这个问题? 我想到用Redis来实现,主要理由有两点: 一是Redis是基于内存的数据存储,相比较传统数据库,速度非常快;
- →
Nextcloud Installation | Performant / Imaginary mit WebP / Memcache APCu & Redis
In diesem Beitrag geht es um eine leistungsstarke Einrichtung von Nextcloud. Erfahren Sie, wie Sie mit Hilfe von WebP, Imaginary und einer alternativen Foto-App
- →
[JOBS] Senior Fullstack Engineer, FinTech (Remote Friendly) | Aave
Image Source Description The Aave Companies are focused on innovation in Web3, and have cultivated a thriving, collaborative culture. Valuing expertise and passion,
- →
Meeseeker 2.0
Today, both the hive-ruby and meeseeker gems are now out of pre-release status. There wasn't much to announce with hive-ruby that hasn't already been announced.
- →
Meeseeker on Hive
Meeseeker is a tool that will stream the blockchain to a redis datastore. It allows multiple apps to point at redis (with PUB/SUB) instead of streaming the blockchain
- →
Meeseeker 1.0.0 Release
There are a few tweaks prior to the 1.0.0 milestone of Meeseeker, but the main reason for marking it released is because I haven't had a lot of changes in a few
- →
Meeseeker Handling JSON-RPC Batch - 0.0.9
I added the ability for meeseeker to degrade gracefully if the node does not support json-rpc-batch. This is determined by an error response code 413 (Request Entity
- →
Disabling dangerous redis commands in Production redux
I recently read a great article from Honeybadger that muses on what could happen to a production environment if a fat fingered developer did something like:
- →
【Rust日报】 2019-05-06
从零开始写 OS 超级详细的 rust OS 编写教程,作者是清华大学陈渝教授的学生。(上周日报报道过相关信息)。 感兴趣的可以关注下。 Read More 「视频」用Rust实现Redis的模块 #redis Read More Dyon正在引入高阶运算符重载功能 #dyon #lang
- →
Meeseeker Mosly Minor Steem Engine Fixes - 0.0.7
Most of these changes address bugs involving Steem Engine sync capability. If you're just using meeseeker for following steem blocks, this update will have almost
- →
Meeseeker Steem Engine Support - 0.0.6
As of 0.0.6, you can now sync the Steem Engine sidechain. So not only can you subscribe to the Steem Engine custom_json ids on the mainnet, you can also get the
- →
Meeseeker Op Timestamps - 0.0.5
As of 0.0.5, op results contain a timestamp field. This field was missing because it's not really part of the op, but it makes sense to add it so if your app actually
- →
레디스(Redis) 프로토콜 특징
1. Binary Safe 전송되는 데이터에 따라서 프로토콜이 오작동하지 않는다. 예를 들어 어떤 프로토콜이 데이터의 전송 종료를 알리기 위한 구분자로 줄바꿈 문자를 사용한다고 가정하자. 이때 텍스트 파일을 데이터로 전송하면 데이터가 전부 전송되지 못하고 종료되는 현상이 벌어진다. 이런
- →
Meeseeker Witness Schedule Pub/Sub - 0.0.4
As of 0.0.4, you can now subscribe to the witness schedule to track block production. Related commit: What Changed I added a new job called Meeseeker::WitnessScheduleJob
- →
Meeseeker on Docker
Along with 0.0.3 release, you can now use docker to kick off meeseeker. Related commit: This will launch meeseeker in a docker container, so you can immediately
- →
Redis Desktop Manager - Cross-platform open source Redis DB management tool
Redis Desktop Manager Cross-platform open source Redis DB management tool Screenshots Hunter's comment data management application native to mac, windows or linux
- →
Meeseeker Update - 0.0.3pre1
After the initial release of meeseeker, I came up with a few more improvements. At first, these changes were pretty small and only warranted small updates and, as
- →
I'm Mr. Meeseeks! Look at me!
Redis based block follower is an efficient way for multiple apps to stream the Steem Blockchain. If you have multiple applications that need to perform actions as
- →
REDIS - build your fastest cache system ever
Repository: REDIS stands for Remote Dictionary Index Server. REDIS is an open source NoSQL , in-memory & key-value database system that has supports for different
- →
memcached vs Redis
Always confused between which to use? Here are comparisons between memcached and redis. Redis has multiple datatypes list, set etc unlike memcached Memcached has
Leave redis Tag Posts Index to discover